OpenTypeMethods.Floor(Object) Method

Definition

Returns the floor of the given value.

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

Parameters

value
Object

The Decimal or Double object to evaluate.

Returns

The floor value for the given object.

Applies to