Table of Contents

Method SafeCeilCoordToInt

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

value float

The floating-point value to convert.

Returns

int

The smallest integer greater than or equal to value.