Share via


INumberRounder.RoundUInt64(UInt64) Method

Definition

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

UInt64

unsigned long long

uint64_t

The rounded unsigned 64 bit integer.

Applies to