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.
Rounds the supplied value.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function Round ( _
value As Object _
) As Object
'Usage
Dim value As Object
Dim returnValue As Object
returnValue = OpenTypeMethods.Round(value)
public static Object Round(
Object value
)
public:
static Object^ Round(
Object^ value
)
static member Round :
value:Object -> Object
public static function Round(
value : Object
) : Object
Parameters
- value
Type: System.Object
A Decimal or Double to round.
Return Value
Type: System.Object
The rounded value.