Decimal128Implicit Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | Implicit(Byte to Decimal128) |
Performs an implicit conversion from Byte to Decimal128.
|
![]() ![]() | Implicit(Decimal to Decimal128) |
Performs an implicit conversion from Decimal to Decimal128.
|
![]() ![]() | Implicit(Int16 to Decimal128) |
Performs an implicit conversion from Int16 to Decimal128.
|
![]() ![]() | Implicit(Int32 to Decimal128) |
Performs an implicit conversion from Int32 to Decimal128.
|
![]() ![]() | Implicit(Int64 to Decimal128) |
Performs an implicit conversion from Int64 to Decimal128.
|
![]() ![]() | Implicit(SByte to Decimal128) |
Performs an implicit conversion from SByte to Decimal128.
|
![]() ![]() | Implicit(UInt16 to Decimal128) |
Performs an implicit conversion from UInt16 to Decimal128.
|
![]() ![]() | Implicit(UInt32 to Decimal128) |
Performs an implicit conversion from UInt32 to Decimal128.
|
![]() ![]() | Implicit(UInt64 to Decimal128) |
Performs an implicit conversion from UInt64 to Decimal128.
|