Click or drag to resize
Accord.NET (logo)

Vector4ToArray Method

Returns array representation of the vector.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float[] ToArray()
Request Example View Source

Return Value

Type: Single
Array with 4 values containing X/Y/Z/W coordinates.
See Also