INumberRounder.RoundInt32(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
int RoundInt32(int value);
int RoundInt32(int const& value);
public int RoundInt32(int value);
function roundInt32(value)
Public Function RoundInt32 (value As Integer) As Integer
參數
-
value
-
Int32
int
要四捨五入的 Int32 值。
傳回
四捨五入的 32 位整數。
適用於