Test additional content header

Numberop_GreaterThanOrEqual Method

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
private static bool op_GreaterThanOrEqual(
	Number left,
	Number right
)

Parameters

left  Number
 
right  Number
 

Return Value

Boolean

Implements

IComparisonOperatorsTSelf, TOther, TResultGreaterThanOrEqual(TSelf, TOther)

See Also