Overload | Description |
---|---|
UniDecimal Constructor(Int32) | Initializes a new instance of the UniDecimal structure with the specified System.Int32 value. |
UniDecimal Constructor(Int64) | Initializes a new instance of the UniDecimal structure with the specified System.Int64 value. |
UniDecimal Constructor(Double) | Initializes a new instance of the UniDecimal structure with the specified System.Double value. |
UniDecimal Constructor(Decimal) | Initializes a new instance of the UniDecimal structure with the specified System.Decimal value. |