Implicit conversion from an IndexArray to an int array/

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

Syntax

C#
public static implicit operator int[] (
	IndexArray ia
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	ia As IndexArray _
) As Integer()
Visual C++
static implicit operator array<int>^ (
	IndexArray^ ia
)

Parameters

ia
Type: CenterSpace.NMath.Matrix..::.IndexArray
An IndexArray

Return Value

int array.

See Also