|
Vector4Abs Method
|
Calculate absolute values of the vector.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax Public Function Abs As Vector4
Request Example
View SourceReturn Value
Type:
Vector4Returns a vector with all coordinates equal to absolute values of this vector's coordinates.
See Also