Operator implicit operator
implicit operator Decimal128(byte)
Performs an implicit conversion from byte to Decimal128.
public static implicit operator Decimal128(byte value)
Parameters
valuebyteThe value.
Returns
- Decimal128
The result of the conversion.
implicit operator Decimal128(decimal)
Performs an implicit conversion from decimal to Decimal128.
public static implicit operator Decimal128(decimal value)
Parameters
valuedecimalThe value.
Returns
- Decimal128
The result of the conversion.
implicit operator Decimal128(int)
Performs an implicit conversion from int to Decimal128.
public static implicit operator Decimal128(int value)
Parameters
valueintThe value.
Returns
- Decimal128
The result of the conversion.
implicit operator Decimal128(long)
Performs an implicit conversion from long to Decimal128.
public static implicit operator Decimal128(long value)
Parameters
valuelongThe value.
Returns
- Decimal128
The result of the conversion.
implicit operator Decimal128(sbyte)
Performs an implicit conversion from sbyte to Decimal128.
[CLSCompliant(false)]
public static implicit operator Decimal128(sbyte value)
Parameters
valuesbyteThe value.
Returns
- Decimal128
The result of the conversion.
implicit operator Decimal128(short)
Performs an implicit conversion from short to Decimal128.
public static implicit operator Decimal128(short value)
Parameters
valueshortThe value.
Returns
- Decimal128
The result of the conversion.
implicit operator Decimal128(uint)
Performs an implicit conversion from uint to Decimal128.
[CLSCompliant(false)]
public static implicit operator Decimal128(uint value)
Parameters
valueuintThe value.
Returns
- Decimal128
The result of the conversion.
implicit operator Decimal128(ushort)
Performs an implicit conversion from ushort to Decimal128.
[CLSCompliant(false)]
public static implicit operator Decimal128(ushort value)
Parameters
valueushortThe value.
Returns
- Decimal128
The result of the conversion.
implicit operator Decimal128(ulong)
Performs an implicit conversion from ulong to Decimal128.
[CLSCompliant(false)]
public static implicit operator Decimal128(ulong value)
Parameters
valueulongThe value.
Returns
- Decimal128
The result of the conversion.