共用方式為


SignificantDigitsNumberRounder.RoundUInt64(UInt64) 方法

定義

UInt64 數位四捨五入至指定的有效位數。

public:
 virtual unsigned long long RoundUInt64(unsigned long long value) = RoundUInt64;
uint64_t RoundUInt64(uint64_t const& value);
public ulong RoundUInt64(ulong value);
function roundUInt64(value)
Public Function RoundUInt64 (value As ULong) As ULong

參數

value
UInt64

unsigned long long

uint64_t

要四捨五入的 UInt64 值。

傳回

UInt64

unsigned long long

uint64_t

四捨五入無符號 64 位整數。

實作

M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt64(System.UInt64) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt64(unsigned long long) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt64(uint64_t)

備註

舍入策略是以 SignificantDigitsRoundingAlgorithm的值為基礎。

適用於