Click or drag to resize

Decimal128 Operators and Type Conversions

The Decimal128 type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(Double to Decimal128)
Performs an explicit conversion from Double to Decimal128.
Public operatorStatic member(Single to Decimal128)
Performs an explicit conversion from Single to Decimal128.
Public operatorStatic member(Decimal128 to Byte)
Performs an explicit conversion from Decimal128 to Byte.
Public operatorStatic member(Decimal128 to Char)
Performs an explicit conversion from Decimal128 to Char.
Public operatorStatic member(Decimal128 to Decimal)
Performs an explicit conversion from Decimal128 to Decimal.
Public operatorStatic member(Decimal128 to Double)
Performs an explicit conversion from Decimal128 to Double.
Public operatorStatic member(Decimal128 to Single)
Performs an explicit conversion from Decimal128 to Single.
Public operatorStatic member(Decimal128 to Int32)
Performs an explicit conversion from Decimal128 to Int32.
Public operatorStatic member(Decimal128 to Int64)
Performs an explicit conversion from Decimal128 to Int64.
Public operatorStatic member(Decimal128 to SByte)
Performs an explicit conversion from Decimal128 to SByte.
Public operatorStatic member(Decimal128 to Int16)
Performs an explicit conversion from Decimal128 to Int16.
Public operatorStatic member(Decimal128 to UInt32)
Performs an explicit conversion from Decimal128 to UInt32.
Public operatorStatic member(Decimal128 to UInt64)
Performs an explicit conversion from Decimal128 to UInt64.
Public operatorStatic member(Decimal128 to UInt16)
Performs an explicit conversion from Decimal128 to UInt16.
Public operatorStatic memberGreaterThan
Returns a value indicating whether a specified Decimal128 is greater than another specified Decimal128.
Public operatorStatic memberGreaterThanOrEqual
Returns a value indicating whether a specified Decimal128 is greater than or equal to another another specified Decimal128.
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.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Returns a value indicating whether a specified Decimal128 is less than another specified Decimal128.
Public operatorStatic memberLessThanOrEqual
Returns a value indicating whether a specified Decimal128 is less than or equal to another another specified Decimal128.
Top
See Also