IncrementNumberRounder.RoundUInt32(UInt32) Метод

Определение

Округляет число UInt32 до указанного приращения.

public:
 virtual unsigned int RoundUInt32(unsigned int value) = RoundUInt32;
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-разрядное целое число без знака.

Реализации

M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt32(System.UInt32) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt32(unsigned int) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt32(uint32_t)

Комментарии

Стратегия округления основана на значениях Increment и RoundingAlgorithm.

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