Operations<T>.Greater Than Method
Returns if one number is greater than another.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static bool GreaterThan(
T left,
T right
)