Condividi tramite


Metodo OpenTypeMethods.Round

Arrotonda il valore fornito.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Shared Function Round ( _
    value As Object _
) As Object
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Object
Il valore arrotondato.

Vedere anche

Riferimento

OpenTypeMethods Classe

Spazio dei nomi System.Data.Services.Providers