|
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 Decimal
.NET Framework 4
O tipo Decimal expõe os membros a seguir.
| Nome | Descrição | |
|---|---|---|
|
Add |
|
|
Ceiling |
|
|
Compare |
|
|
CompareTo(Decimal) |
|
|
CompareTo(Object) |
|
|
Divide |
|
|
Equals(Decimal) |
|
|
Equals(Object) |
|
|
Equals(Decimal, Decimal) |
|
|
Finalize |
|
|
Floor |
|
|
FromOACurrency |
|
|
GetBits |
|
|
GetHashCode |
|
|
GetType |
|
|
GetTypeCode |
|
|
MemberwiseClone |
|
|
Multiply |
|
|
Negate |
|
|
Parse(String) |
|
|
Parse(String, NumberStyles) |
|
|
Parse(String, IFormatProvider) |
|
|
Parse(String, NumberStyles, IFormatProvider) |
|
|
Remainder |
|
|
Round(Decimal) |
|
|
Round(Decimal, Int32) |
|
|
Round(Decimal, MidpointRounding) |
|
|
Round(Decimal, Int32, MidpointRounding) |
|
|
Subtract |
|
|
ToByte |
|
|
ToDouble |
|
|
ToInt16 |
|
|
ToInt32 |
|
|
ToInt64 |
|
|
ToOACurrency |
|
|
ToSByte |
|
|
ToSingle |
|
|
ToString() |
|
|
ToString(IFormatProvider) |
|
|
ToString(String) |
|
|
ToString(String, IFormatProvider) |
|
|
ToUInt16 |
|
|
ToUInt32 |
|
|
ToUInt64 |
|
|
Truncate |
|
|
TryParse(String, Decimal) |
|
|
TryParse(String, NumberStyles, IFormatProvider, Decimal) |
|
| Nome | Descrição | |
|---|---|---|
|
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. |
|
IDeserializationCallback.OnDeserialization | Infraestrutura. |