OpenTypeMethods.Round(Object) 方法

定义

舍入所提供的值。

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

参数

value
Object

要舍入的 DecimalDouble

返回

舍入后的值。

适用于