Operations<T>.Comparer Property

Gets the comparer for the operand type.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static IComparer<T> Comparer { get; }

Property Value

IComparer<T>

See Also