Rounds `s` upward (towards positive infinity).
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static float Ceil(
float s
)
Parameters
- s
- Type: SystemSingle
The number to ceil.
Return Value
Type:
SingleThe smallest whole number that is not less than `s`.
See Also