Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Number
Greater
Than Operator
Returns a value indicating whether a specified Number is greater than another specified Number.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
static
Condition
operator
>
(
Number
left
,
Number
right
)
Parameters
left
Number
The first value to compare.
right
Number
The second value to compare.
Return Value
Condition
Condition representing if left is greater than right.
Implements
IComparisonOperators
TSelf, TOther, TResult
GreaterThan(TSelf, TOther)
Remarks
The GreaterThan method defines the operation of the greater than operator for Number values.
See Also
Reference
Number Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also