Operations<T>.Compare Method
Compares two values.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Greater than zero – The first argument is greater than the second argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static int Compare(
T left,
T right
)
Parameters
Field Value
Int32Greater than zero – The first argument is greater than the second argument.