Click or drag to resize
MathUtilsAbs Method
Returns the absolute value of the passed number.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float Abs(
	float x
)

Parameters

x
Type: SystemSingle
Number to compute the absolute value of.

Return Value

Type: Single
Absolute value of x.
See Also