Index<T>.CheckUnique Method
Verifies whether the elements in an index are unique.
DefinitionPermalink
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
true if all elements are unique; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
protected virtual bool CheckUnique()
Return ValuePermalink
Booleantrue if all elements are unique; otherwise false.