NumberGreaterThanOrEqual Method
Returns a
Condition that indicates whether this is greater than or equal to specified value.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Condition GreaterThanOrEqual(
Number right
)
- right Number
- Value to compare.
ConditionCondition representing if this value is greater than or equal to specified value.
Comparision is based on the underlying Primitive values.