| Vector2FAbsolute Method (Vector2F) |
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 Vector2F Absolute(
Vector2F vector
)
Public Shared Function Absolute (
vector As Vector2F
) As Vector2F
public:
static Vector2F Absolute(
Vector2F vector
)
static member Absolute :
vector : Vector2F -> Vector2F
Parameters
- vector
- Type: DigitalRune.Mathematics.AlgebraVector2F
The vector.
Return Value
Type:
Vector2FA vector with the absolute values of the elements of the given vector.
See Also