Click or drag to resize

IndexArray   Conversion (IndexArray to Int32)

Implicit conversion from an IndexArray to an int array/

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static implicit operator int[] (
	IndexArray ia
)

Parameters

ia  IndexArray
An IndexArray

Return Value

Int32
int array.
See Also