Test additional content header

NumberLessThanOrEqual Method

Returns a Condition that indicates whether this is less than or equal to specified value.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
protected Condition LessThanOrEqual(
	Number right
)

Parameters

right  Number
Value to compare.

Return Value

Condition
Condition representing if this value is less than or equal to specified value.

Remarks

Comparision is based on the underlying Primitive values.

See Also