Test additional content header

NumberLessThan Method

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

Definition

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

Parameters

right  Number
Value to compare.

Return Value

Condition
Condition representing if this value is less than the specified value.

Remarks

Comparision is based on the underlying Primitive values.

See Also