UInt24GreaterThanOrEqual(UInt24, UInt32) Operator

Returns true if left value is greater than or equal to 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,
	uint value2
)

Parameters

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

Return Value

Boolean
Boolean value representing the result.

See Also