IncrementNumberRounder.RoundInt64(Int64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 Int64 数字舍入到指定的增量。
public:
virtual long long RoundInt64(long long value) = RoundInt64;
long RoundInt64(long const& value);
public long RoundInt64(long value);
function roundInt64(value)
Public Function RoundInt64 (value As Long) As Long
参数
- value
-
Int64
long long
long
要舍入的 Int64 值。
返回
舍入的 64 位整数。
实现
M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(System.Int64)
M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(long long)
M:Windows.Globalization.NumberFormatting.INumberRounder.RoundInt64(long)
注解
舍入策略基于 Increment 和 RoundingAlgorithm 的值。