Int24LessThan(Int24, Int32) Operator

Returns true if left value is less than right value.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
public static bool operator <(
	Int24 value1,
	int value2
)

Parameters

value1  Int24
Left hand operand.
value2  Int32
Right hand operand.

Return Value

Boolean
Boolean indicating whether the left value was less than the right value.

See Also