IncrementNumberRounder.RoundUInt32(UInt32) Method

Definition

Rounds a UInt32 number to the specified increment.

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

Parameters

value
UInt32

unsigned int

uint32_t

The UInt32 value to be rounded.

Returns

UInt32

unsigned int

uint32_t

The rounded unsigned 32 bit integer.

Implements

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

Remarks

The rounding strategy is based on the values of Increment and RoundingAlgorithm.

Applies to