 | Vector2IAbs 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 Vector2I Abs(
Vector2I vector
)
Public Shared Function Abs (
vector As Vector2I
) As Vector2I
public:
static Vector2I Abs(
Vector2I vector
)
static member Abs :
vector : Vector2I -> Vector2I
Parameters
- vector
- Type: Slash.Math.Algebra.VectorsVector2I
Vector to compute the absolute component values of.
Return Value
Type:
Vector2I
Vector whose components represent the absolute values of
the components of the specified vector.
See Also