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