INumberRounder.RoundUInt32(UInt32) Метод

Определение

Округляет число 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 .

Возвращаемое значение

UInt32

unsigned int

uint32_t

Округленное 32-разрядное целое число без знака.

Применяется к