Click or drag to resize

UInt24 Explicit  Conversion Operators

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