共用方式為


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

傳回

捨入的值。

適用於