Click or drag to resize

Decimal128  Conversion Operators

Overload List
  NameDescription
Public operatorStatic member(Byte to Decimal128)
Performs an implicit conversion from Byte to Decimal128.
Public operatorStatic member(Decimal to Decimal128)
Performs an implicit conversion from Decimal to Decimal128.
Public operatorStatic member(Int16 to Decimal128)
Performs an implicit conversion from Int16 to Decimal128.
Public operatorStatic member(Int32 to Decimal128)
Performs an implicit conversion from Int32 to Decimal128.
Public operatorStatic member(Int64 to Decimal128)
Performs an implicit conversion from Int64 to Decimal128.
Public operatorStatic member(SByte to Decimal128)
Performs an implicit conversion from SByte to Decimal128.
Public operatorStatic member(UInt16 to Decimal128)
Performs an implicit conversion from UInt16 to Decimal128.
Public operatorStatic member(UInt32 to Decimal128)
Performs an implicit conversion from UInt32 to Decimal128.
Public operatorStatic member(UInt64 to Decimal128)
Performs an implicit conversion from UInt64 to Decimal128.
Top
See Also