IOperations<T>.Compare Method
Compares two values.
Definition
Namespace: Numerics.NET.Generic
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
int Compare(
T left,
T right
)
Parameters
Field Value
Int32Greater than zero – The first argument is greater than the second argument.