NullableTypes Class Library

NullableDecimal.Ceiling Method 

Computes the smallest whole number greater than or equal to the specified NullableDecimal structure.

[Visual Basic]
Public Shared Function Ceiling( _
   ByVal x As NullableDecimal _
) As NullableDecimal
[C#]
public static NullableDecimal Ceiling(
   NullableDecimal x
);

Parameters

x
A NullableDecimal structure.

Return Value

Null if x is Null otherwise the smallest whole number greater than or equal to x.

See Also

NullableDecimal Class | NullableTypes Namespace