次の方法で共有


IncrementNumberRounder.RoundInt32(Int32) メソッド

定義

Int32 数値を指定した増分に丸めます。

public:
 virtual int RoundInt32(int value) = RoundInt32;
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 ビットの整数。

実装

M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt32(System.Int32) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt32(int)

注釈

丸め方法は、 IncrementRoundingAlgorithm の値に基づいています。

適用対象