Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the floor of the given value.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function Floor ( _
value As Object _
) As Object
'Usage
Dim value As Object
Dim returnValue As Object
returnValue = OpenTypeMethods.Floor(value)
public static Object Floor(
Object value
)
public:
static Object^ Floor(
Object^ value
)
static member Floor :
value:Object -> Object
public static function Floor(
value : Object
) : Object
Parameters
- value
Type: System.Object
The Decimal or Double object to evaluate.
Return Value
Type: System.Object
Returns the floor value for the given object.