INumberRounder.RoundUInt32(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
四捨五入 UInt32 數位。
public:
unsigned int RoundUInt32(unsigned int value);
uint32_t RoundUInt32(uint32_t const& value);
public uint RoundUInt32(uint value);
function roundUInt32(value)
Public Function RoundUInt32 (value As UInteger) As UInteger
參數
- value
-
UInt32
unsigned int
uint32_t
要四捨五入的 UInt32 值。
傳回
四捨五入無符號的 32 位整數。