Number Conversion Operators |
| Name | Description | |
|---|---|---|
| (Byte to Number) | Implicitly converts the value from type Byte to type Number. | |
| (Decimal to Number) | Implicitly converts the value from type Decimal to type Number. | |
| (Double to Number) | Implicitly converts the value from type Double to type Number. | |
| (Int16 to Number) | Implicitly converts the value from type Int16 to type Number. | |
| (Int32 to Number) | Implicitly converts the value from type Int32 to type Number. | |
| (Int64 to Number) | Implicitly converts the value from type Int64 to type Number. | |
| (Number to Double) | Implicitly converts the value from type Number to type Double. | |
| (Single to Number) | Implicitly converts the value from type Single to type Number. | |
| (UInt16 to Number) | Implicitly converts the value from type UInt16 to type Number. | |
| (UInt32 to Number) | Implicitly converts the value from type UInt32 to type Number. | |
| (UInt64 to Number) | Implicitly converts the value from type UInt64 to type Number. |