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