Click or drag to resize

Int24 Explicit  Conversion Operators

Overload List
  Name Description
Public operator Static member Explicit(Decimal to Int24) Explicitly converts value to an Int24.
Public operator Static member Explicit(Double to Int24) Explicitly converts value to an Int24.
Public operator Static member Explicit(Enum to Int24) Explicitly converts value to an Int24.
Public operator Static member Explicit(Int24 to Byte) Explicitly converts Int24 to Byte.
Public operator Static member Explicit(Int24 to Int16) Explicitly converts Int24 to Int16.
Public operator Static member Explicit(Int24 to UInt16) Explicitly converts Int24 to UInt16.
Public operator Static member Explicit(Int32 to Int24) Explicitly converts value to an Int24.
Public operator Static member Explicit(Int64 to Int24) Explicitly converts value to an Int24.
Public operator Static member Explicit(Single to Int24) Explicitly converts value to an Int24.
Public operator Static member Explicit(String to Int24) Explicitly converts value to an Int24.
Top
See Also