 | Vector2FAbs Method |
Returns a vector whose components represent the absolute values of
the components of the specified vector.
Namespace: Slash.Math.Algebra.VectorsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static Vector2F Abs(
Vector2F vector
)
Public Shared Function Abs (
vector As Vector2F
) As Vector2F
public:
static Vector2F Abs(
Vector2F vector
)
static member Abs :
vector : Vector2F -> Vector2F
Parameters
- vector
- Type: Slash.Math.Algebra.VectorsVector2F
Vector to compute the absolute component values of.
Return Value
Type:
Vector2F
Vector whose components represent the absolute values of
the components of the specified vector.
See Also