|
Vector4ToArray Method
|
Returns array representation of the vector.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax Public Function ToArray As Single()
Request Example
View SourceReturn Value
Type:
SingleArray with 4 values containing X/Y/Z/W coordinates.
See Also