Overload | Description |
---|---|
Explicit Type Conversion(UniDecimal,Double) | Converts the System.Double parameter to the UniDecimal. |
Explicit Type Conversion(UniDecimal,String) | Converts the System.String parameter to the UniDecimal. |
Explicit Type Conversion(Int32,UniDecimal) | Converts the UniDecimal parameter to System.Int32. |
Explicit Type Conversion(Int64,UniDecimal) | Converts the UniDecimal parameter to System.Int64. |
Explicit Type Conversion(Double,UniDecimal) | Converts the UniDecimal parameter to System.Double. |
Explicit Type Conversion(Decimal,UniDecimal) | Converts the UniDecimal parameter to System.Decimal. |