Constructs an IndexArray instance with the given unique Indices.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IndexArray(
	params int[] indx
)
Visual Basic (Declaration)
Public Sub New ( _
	ParamArray indx As Integer() _
)
Visual C++
public:
IndexArray(
	... array<int>^ indx
)

Parameters

indx
Type: array< System..::.Int32 >[]()[]
Zero based Indices. Indices must be unique.

See Also