Läs på engelska Redigera

Dela via


Single.Ceiling(Single) Method

Definition

Computes the ceiling of a value.

C#
public static float Ceiling(float x);

Parameters

x
Single

The value whose ceiling is to be computed.

Returns

The ceiling of x.

Implements

Applies to