Click or drag to resize
Decimal128Explicit Conversion Operators
Overload List
  NameDescription
Public operatorStatic memberExplicit(Double to Decimal128)
Performs an explicit conversion from Double to Decimal128.
Public operatorStatic memberExplicit(Single to Decimal128)
Performs an explicit conversion from Single to Decimal128.
Public operatorStatic memberExplicit(Decimal128 to Byte)
Performs an explicit conversion from Decimal128 to Byte.
Public operatorStatic memberExplicit(Decimal128 to Char)
Performs an explicit conversion from Decimal128 to Char.
Public operatorStatic memberExplicit(Decimal128 to Decimal)
Performs an explicit conversion from Decimal128 to Decimal.
Public operatorStatic memberExplicit(Decimal128 to Double)
Performs an explicit conversion from Decimal128 to Double.
Public operatorStatic memberExplicit(Decimal128 to Single)
Performs an explicit conversion from Decimal128 to Single.
Public operatorStatic memberExplicit(Decimal128 to Int32)
Performs an explicit conversion from Decimal128 to Int32.
Public operatorStatic memberExplicit(Decimal128 to Int64)
Performs an explicit conversion from Decimal128 to Int64.
Public operatorStatic memberExplicit(Decimal128 to SByte)
Performs an explicit conversion from Decimal128 to SByte.
Public operatorStatic memberExplicit(Decimal128 to Int16)
Performs an explicit conversion from Decimal128 to Int16.
Public operatorStatic memberExplicit(Decimal128 to UInt32)
Performs an explicit conversion from Decimal128 to UInt32.
Public operatorStatic memberExplicit(Decimal128 to UInt64)
Performs an explicit conversion from Decimal128 to UInt64.
Public operatorStatic memberExplicit(Decimal128 to UInt16)
Performs an explicit conversion from Decimal128 to UInt16.
Top
See Also