Test additional content header

NumberGreaterThan 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
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