IncrementNumberRounder.RoundUInt64(UInt64) Method

Definition

Rounds a UInt64 number to the specified increment.

public:
 virtual unsigned long long RoundUInt64(unsigned long long value) = RoundUInt64;
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

UInt64

unsigned long long

uint64_t

The rounded unsigned 64 bit integer.

Implements

M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt64(System.UInt64) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt64(unsigned long long) M:Windows.Globalization.NumberFormatting.INumberRounder.RoundUInt64(uint64_t)

Remarks

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

Applies to