Partager via


INumberRounder.RoundUInt64(UInt64) Méthode

Définition

Arrondit un nombre UInt64 .

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

Paramètres

value
UInt64

unsigned long long

uint64_t

Valeur UInt64 à arrondir.

Retours

UInt64

unsigned long long

uint64_t

Entier arrondi de 64 bits non signé.

S’applique à