c# mathf.ceiling

C#
//C#
Math.Ceiling(value);

//Unity C#
Mathf.Ceil(10.0f);
Source

Also in C#: