Click or drag to resize

MathfCeil Method

Rounds `s` upward (towards positive infinity).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float Ceil(
	float s
)

Parameters

s
Type: SystemSingle
The number to ceil.

Return Value

Type: Single
The smallest whole number that is not less than `s`.
See Also