Condividi tramite


SignificantDigitsNumberRounder.RoundUInt64(UInt64) Metodo

Definizione

Arrotonda un numero UInt64 al numero specificato di cifre significative.

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

Parametri

value
UInt64

unsigned long long

uint64_t

Valore UInt64 da arrotondato.

Restituisce

UInt64

unsigned long long

uint64_t

Intero senza segno arrotondato a 64 bit.

Implementazioni

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)

Commenti

La strategia di arrotondamento si basa sui valori di SignificantDigits e RoundingAlgorithm.

Si applica a