NVector   Conversion (NVector to Int32)

Explicit conversion from vector to array.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static explicit operator int[] (
	NVector v
)

Parameters

v  NVector
The original vector.

Return Value

Int32
The underlying component array.

Remarks

Use carefully: it returns the underlying component array.

See Also