IFloatingPoint<TSelf>.Ceiling(TSelf) Methode

Definitie

Berekent het maximum van een waarde.

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

De waarde waarvan het plafond moet worden berekend.

Retouren

TSelf

Het plafond van x.

Van toepassing op