Int24   Conversion (Int24 to Double)

Implicitly converts Int24 to Double.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.181 -- Release Build+86654cb6df1a630c3ff1ddc480389319378cbbbb
public static implicit operator double (
	Int24 value
)

Parameters

value  Int24
Int24 value that is converted to an Double.

Return Value

Double
A Double value.

See Also