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