IOperations<T>.Compare Method

Compares two values.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
int Compare(
	T left,
	T right
)

Parameters

left  T
 
right  T
 

Field Value

Int32
Greater than zero – The first argument is greater than the second argument.

See Also