Method SafeCeilCoordToInt
SafeCeilCoordToInt(float)
Converts a floating-point value to the smallest integer greater than or equal to the value.
public static int SafeCeilCoordToInt(float value)
Parameters
valuefloatThe floating-point value to convert.
Returns
- int
The smallest integer greater than or equal to
value.