Click or drag to resize

Int24   Conversion Operators

Overload List
  Name Description
Public operator Static member (Byte to Int24) Implicitly converts value to an Int24.
Public operator Static member (Char to Int24) Implicitly converts value to an Int24.
Public operator Static member (Int16 to Int24) Implicitly converts value to an Int24.
Public operator Static member (Int24 to Decimal) Implicitly converts Int24 to Decimal.
Public operator Static member (Int24 to Double) Implicitly converts Int24 to Double.
Public operator Static member (Int24 to Int32) Implicitly converts Int24 to Int32.
Public operator Static member (Int24 to Int64) Implicitly converts Int24 to Int64.
Public operator Static member (Int24 to Single) Implicitly converts Int24 to Single.
Public operator Static member (Int24 to String) Implicitly converts Int24 to String.
Public operator Static member (Int24 to UInt32) Implicitly converts Int24 to UInt32.
Public operator Static member (Int24 to UInt64) Implicitly converts Int24 to UInt64.
Top
See Also