Processors.Abs
Static Method in Processors
Declaration
public static float Abs(float input)Description
Returns the absolute value of the input.
Parameters
| input | The input value to absolute. |
Returns
| float | The absolute value of the input. |
Overload
Declaration
public static double Abs(double input)Description
Returns the absolute value of the input.
Parameters
| input | The input value to absolute. |
Returns
| double | The absolute value of the input. |
Overload
Declaration
public static int Abs(int input)Description
Returns the absolute value of the input.
Parameters
| input | The input value to absolute. |
Returns
| int | The absolute value of the input. |
Overload
Declaration
public static Vector2 Abs(Vector2 input)Description
Returns the absolute value of the input.
Parameters
| input | The input value to absolute. |
Returns
| Vector2 | The absolute value of the input. |
Overload
Declaration
public static Vector2Int Abs(Vector2Int input)Description
Returns the absolute value of the input.
Parameters
| input | The input value to absolute. |
Returns
| Vector2Int | The absolute value of the input. |
Overload
Declaration
public static Vector3 Abs(Vector3 input)Description
Returns the absolute value of the input.
Parameters
| input | The input value to absolute. |
Returns
| Vector3 | The absolute value of the input. |
Overload
Declaration
public static Vector3Int Abs(Vector3Int input)Description
Returns the absolute value of the input.
Parameters
| input | The input value to absolute. |
Returns
| Vector3Int | The absolute value of the input. |
Overload
Declaration
public static Vector4 Abs(Vector4 input)Description
Returns the absolute value of the input.
Parameters
| input | The input value to absolute. |
Returns
| Vector4 | The absolute value of the input. |