Index<T>.Check Unique 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.3
C#
true if all elements are unique; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected virtual bool CheckUnique()
Return Value
Booleantrue if all elements are unique; otherwise false.