ElementType<T>.Comparer Field

Gets the default comparer for the element type.

Definition

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

Field Value

IComparer<T>

See Also