INumberRounder.RoundUInt64(UInt64) 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 UInt64 number.
public:
unsigned long long RoundUInt64(unsigned long long value);
uint64_t RoundUInt64(uint64_t const& value);
public ulong RoundUInt64(ulong value);
function roundUInt64(value)
Public Function RoundUInt64 (value As ULong) As ULong
Parameters
- value
-
UInt64
unsigned long long
uint64_t
The UInt64 value to be rounded.
Returns
The rounded unsigned 64 bit integer.