INumberRounder.RoundUInt64(UInt64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
四捨五入 UInt64 數位。
public:
unsigned long long RoundUInt64(unsigned long long value);
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 值。
傳回
四捨五入無符號 64 位整數。