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