Half.Ceiling(Half) Method

Definition

Computes the ceiling of a value.

public:
 static Half Ceiling(Half x) = System::Numerics::IFloatingPoint<Half>::Ceiling;
public static Half Ceiling (Half x);
static member Ceiling : Half -> Half
Public Shared Function Ceiling (x As Half) As Half

Parameters

x
Half

The value whose ceiling is to be computed.

Returns

The ceiling of x.

Implements

Applies to