ElementType<T>.Comparer Field

Gets the default comparer for the element type.

Definition

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

Field Value

IComparer<T>

See Also