Overload | Description |
---|---|
BigDecimal Constructor(Byte) | Cast Constructor, creates a new BigDecimal from an System.Byte |
BigDecimal Constructor(UInt16) | Cast Constructor, creates a new BigDecimal from an System.UInt16 |
BigDecimal Constructor(Int32) | Cast Constructor, creates a new BigDecimal from an System.Int32 |
BigDecimal Constructor(UInt32) | Cast Constructor, creates a new BigDecimal from an System.UInt32 |
BigDecimal Constructor(Int64) | Cast Constructor, creates a new BigDecimal from an System.Int64 |
BigDecimal Constructor(UInt64) | Cast Constructor, creates a new BigDecimal from an System.UInt64 |
BigDecimal Constructor(BigInteger) | Cast Constructor, creates a new BigDecimal from an System.Numerics.BigInteger |
BigDecimal Constructor(Double,Nullable<DoubleConversionRules>) | Cast Constructor, creates a new BigDecimal from an System.Double |
BigDecimal Constructor(Decimal) | Cast Constructor, creates a new BigDecimal from an System.Decimal |
BigDecimal Constructor(BigInteger,Int32) | Constructor, creates a new BigDecimal from a mantissa and an exponent. |
BigDecimal Constructor(BigDecimal) | Copy Constructor, creates a new BigDecimal from an existing one. |