UInt24 Conversion (Decimal to UInt24)
Explicitly converts value to an
UInt24.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.180 -- Release Build+c76a790d60d90474807b101182e99e4dadbc891a
Public Shared Narrowing Operator CType (
value As Decimal
) As UInt24
JavaScript does not support the declaration of new casting operators.
- value Decimal
- Decimal value to be converted.
UInt24UInt24 value that is the result of the conversion.