Click or drag to resize

IndexArrayContainsDuplicates Method

Determines if the index array contains duplicate values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool ContainsDuplicates()

Return Value

Boolean
true if the array contains duplicate values; otherwise false.
See Also