共用方式為


INumberRounder.RoundUInt64(UInt64) 方法

定義

四捨五入 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 值。

傳回

UInt64

unsigned long long

uint64_t

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

適用於