Click or drag to resize
Accord.NET (logo)

Vector4Abs Method

Calculate absolute values of the vector.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Vector4 Abs()
Request Example View Source

Return Value

Type: Vector4
Returns a vector with all coordinates equal to absolute values of this vector's coordinates.
See Also