Index<T>.CheckUnique Method

Verifies whether the elements in an index are unique.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected virtual bool CheckUnique()

Return Value

Boolean
true if all elements are unique; otherwise false.

See Also