Int24   Conversion (Enum to Int24)

Explicitly converts value to an Int24.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.138 -- Release Build+88ca978c0cce6d0d3e501e198adb13956063f519
public static explicit operator Int24 (
	Enum value
)

Parameters

value  Enum
Enum value that is converted.

Return Value

Int24
Int24

See Also