INumberRounder.RoundInt32(Int32) 方法

定義

四捨五入 Int32 數位。

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 值。

傳回

Int32

int

四捨五入的 32 位整數。

適用於