Click or drag to resize

UInt24GreaterThanOrEqual(UInt24, UInt32) Operator

Returns true if left value is greater than or equal to right value.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static bool operator >=(
	UInt24 value1,
	uint value2
)
View Source

Parameters

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

Return Value

Boolean
Boolean value representing the result.
See Also