INumberRounder.RoundUInt32(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The rounded unsigned 32 bit integer.