OpenTypeMethods.Ceiling Method
Returns the ceiling of the given value.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function Ceiling ( _
value As Object _
) As Object
'Usage
Dim value As Object
Dim returnValue As Object
returnValue = OpenTypeMethods.Ceiling(value)
public static Object Ceiling(
Object value
)
public:
static Object^ Ceiling(
Object^ value
)
static member Ceiling :
value:Object -> Object
public static function Ceiling(
value : Object
) : Object
Parameters
- value
Type: System.Object
A Decimal or Double object.
Return Value
Type: System.Object
The ceiling value for the given value.