TNumberGreaterThan Operator

Returns true if its left-hand operand is greater than its right-hand operand, false otherwise.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static bool operator >(
	TNumber c1,
	TNumber c2
)

Parameters

c1  TNumber
Left-hand operand.
c2  TNumber
Right-hand operand.

Return Value

Boolean
Comparison result.

See Also