Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Number
Less
Than 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
C#
Copy
View Source
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
Reference
Number Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also