OpenTypeMethods.Round(Object) Method

Definition

Rounds the supplied value.

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

Parameters

value
Object

A Decimal or Double to round.

Returns

The rounded value.

Applies to