Click or drag to resize

IndexArray(Int32) Constructor

Constructs an IndexArray instance with the given unique Indices.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IndexArray(
	params int[] indx
)

Parameters

indx  Int32
Zero based Indices. Indices must be unique.
See Also