IFloatingPoint<TSelf>.Ceiling(TSelf) Method

Definition

Computes the ceiling of a value.

public:
 static override TSelf Ceiling(TSelf x);
public static virtual TSelf Ceiling (TSelf x);
static member Ceiling : 'Self -> 'Self
Public Shared Overrides Function Ceiling (x As TSelf) As TSelf

Parameters

x
TSelf

The value whose ceiling is to be computed.

Returns

TSelf

The ceiling of x.

Applies to