|  | IndexArray   Conversion (IndexArray to Int32) | 
            Implicit conversion from an IndexArray to an int array/
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static implicit operator int[] (
	IndexArray ia
)
Public Shared Widening Operator CType ( 
	ia As IndexArray
) As Integer()
static implicit operator array<int>^ (
	IndexArray^ ia
)
F# does not support the declaration of new casting operators.
Parameters
- ia  IndexArray
- An IndexArray
Return Value
Int32int array.
 See Also
See Also