Quad.Greater Than Operator
Returns whether left quadruple-precision floating-point number is
greater than another.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if left is greater than right; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool operator >(
Quad left,
Quad right
)
Parameters
Return Value
Booleantrue if left is greater than right; otherwise false.