TNumberGreaterThan Operator
Returns true if its left-hand operand is greater than its right-hand operand, false otherwise.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static bool operator >(
TNumber c1,
TNumber c2
)
Public Shared Operator > (
c1 As TNumber,
c2 As TNumber
) As Boolean
public:
static bool operator >(
TNumber^ c1,
TNumber^ c2
)
static let inline (>)
c1 : TNumber *
c2 : TNumber : bool
- c1 TNumber
- Left-hand operand.
- c2 TNumber
- Right-hand operand.
BooleanComparison result.