Processors.Ceil
Static Method in Processors
Declaration
public static float Ceil(float input)
Description
Rounds the input up to the nearest whole number.
Parameters
input | The input value to round. |
Returns
float | The rounded input value. |
Overload
Declaration
public static double Ceil(double input)
Description
Rounds the input up to the nearest whole number.
Parameters
input | The input value to round. |
Returns
double | The rounded input value. |
Overload
Declaration
public static int Ceil(int input)
Description
Rounds the input up to the nearest whole number.
Parameters
input | The input value to round. |
Returns
int | The rounded input value. |
Overload
Declaration
public static Vector2 Ceil(Vector2 input)
Description
Rounds the input up to the nearest whole number.
Parameters
input | The input value to round. |
Returns
Vector2 | The rounded input value. |
Overload
Declaration
public static Vector2Int Ceil(Vector2Int input)
Description
Rounds the input up to the nearest whole number.
Parameters
input | The input value to round. |
Returns
Vector2Int | The rounded input value. |
Overload
Declaration
public static Vector3 Ceil(Vector3 input)
Description
Rounds the input up to the nearest whole number.
Parameters
input | The input value to round. |
Returns
Vector3 | The rounded input value. |
Overload
Declaration
public static Vector3Int Ceil(Vector3Int input)
Description
Rounds the input up to the nearest whole number.
Parameters
input | The input value to round. |
Returns
Vector3Int | The rounded input value. |
Overload
Declaration
public static Vector4 Ceil(Vector4 input)
Description
Rounds the input up to the nearest whole number.
Parameters
input | The input value to round. |
Returns
Vector4 | The rounded input value. |