Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Number
Greater
Than Method
Returns a
Condition
that indicates whether this is greater 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
GreaterThan
(
Number
right
)
Parameters
right
Number
Value to compare.
Return Value
Condition
Condition
representing if this value is greater than 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