Click or drag to resize

IndexArray(Int32) Constructor

Constructs an IndexArray instance with the given length. All index values are initialized to zero.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IndexArray(
	int length
)

Parameters

length  Int32
Length of the index array.
See Also