INumberRounder.RoundUInt32(UInt32) Method

Definition

Rounds a UInt32 number.

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

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.

Applies to