UInt24GreaterThan(UInt24, UInt24) Operator

Returns true if left value is greater than right value.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.147 -- Release Build+946d891c0eaab9da95c11245fae89efc1e8b31b9
public static bool operator >(
	UInt24 value1,
	UInt24 value2
)

Parameters

value1  UInt24
UInt24 left hand operand.
value2  UInt24
UInt24 right hand operand.

Return Value

Boolean
Boolean value representing the result.

See Also