OpenTypeMethods.Ceiling(Object) Method

Definition

Returns the ceiling of the given value.

public:
 static System::Object ^ Ceiling(System::Object ^ value);
public static object Ceiling (object value);
static member Ceiling : obj -> obj
Public Shared Function Ceiling (value As Object) As Object

Parameters

value
Object

A Decimal or Double object.

Returns

The ceiling value for the given value.

Applies to