| Vector2DAbsolute Method (Vector2D) |
Returns a vector with the absolute values of the elements of the given vector.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static Vector2D Absolute(
Vector2D vector
)
Public Shared Function Absolute (
vector As Vector2D
) As Vector2D
public:
static Vector2D Absolute(
Vector2D vector
)
static member Absolute :
vector : Vector2D -> Vector2D
Parameters
- vector
- Type: DigitalRune.Mathematics.AlgebraVector2D
The vector.
Return Value
Type:
Vector2DA vector with the absolute values of the elements of the given vector.
See Also