|
Este artigo foi traduzido por máquina. Coloque o ponteiro do mouse sobre as frases do artigo para ver o texto original. Mais informações.
|
Tradução
Original
|
Métodos Single
.NET Framework 4.5
O tipo Single expõe os membros a seguir.
| Nome | Descrição | |
|---|---|---|
|
CompareTo(Object) |
|
|
CompareTo(Single) |
|
|
Equals(Object) |
|
|
Equals(Single) |
|
|
GetHashCode |
|
|
GetType |
|
|
GetTypeCode |
|
|
IsInfinity |
|
|
IsNaN |
|
|
IsNegativeInfinity |
|
|
IsPositiveInfinity |
|
|
Parse(String) |
|
|
Parse(String, NumberStyles) |
|
|
Parse(String, IFormatProvider) |
|
|
Parse(String, NumberStyles, IFormatProvider) |
|
|
ToString() |
|
|
ToString(IFormatProvider) |
|
|
ToString(String) |
|
|
ToString(String, IFormatProvider) |
|
|
TryParse(String, Single) |
|
|
TryParse(String, NumberStyles, IFormatProvider, Single) |
|
| Nome | Descrição | |
|---|---|---|
|
IComparable.CompareTo |
|
|
IConvertible.ToBoolean | Infraestrutura. |
|
IConvertible.ToByte | Infraestrutura. |
|
IConvertible.ToChar | Infraestrutura. |
|
IConvertible.ToDateTime | Infraestrutura. |
|
IConvertible.ToDecimal | Infraestrutura. |
|
IConvertible.ToDouble | Infraestrutura. |
|
IConvertible.ToInt16 | Infraestrutura. |
|
IConvertible.ToInt32 | Infraestrutura. |
|
IConvertible.ToInt64 | Infraestrutura. |
|
IConvertible.ToSByte | Infraestrutura. |
|
IConvertible.ToSingle | Infraestrutura. |
|
IConvertible.ToType | Infraestrutura. |
|
IConvertible.ToUInt16 | Infraestrutura. |
|
IConvertible.ToUInt32 | Infraestrutura. |
|
IConvertible.ToUInt64 | Infraestrutura. |