Constructor Decimal128
Decimal128(decimal)
Initializes a new instance of the Decimal128 struct.
Parameters
value
decimalThe value.
Decimal128(double)
Initializes a new instance of the Decimal128 struct.
Parameters
value
doubleThe value.
Decimal128(float)
Initializes a new instance of the Decimal128 struct.
Parameters
value
floatThe value.
Decimal128(int)
Initializes a new instance of the Decimal128 struct.
Parameters
value
intThe value.
Decimal128(long)
Initializes a new instance of the Decimal128 struct.
Parameters
value
longThe value.
Decimal128(uint)
Initializes a new instance of the Decimal128 struct.
Parameters
value
uintThe value.
Decimal128(ulong)
Initializes a new instance of the Decimal128 struct.
Parameters
value
ulongThe value.