BigInteger.INumberBase<BigInteger>.TryConvertToChecked<TOther> Metodo

Definizione

Tenta di convertire un'istanza del tipo corrente in un altro tipo, generando un'eccezione di overflow per tutti i valori che rientrano all'esterno dell'intervallo rappresentabile del tipo corrente.

static bool INumberBase<BigInteger>.TryConvertToChecked<TOther> (System.Numerics.BigInteger value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;

Parametri di tipo

TOther

Tipo in cui value deve essere convertito.

Parametri

value
BigInteger

Valore utilizzato per creare l'istanza di TOther.

result
TOther

Quando questo metodo restituisce, contiene un'istanza di TOther convertita da value.

Restituisce

false se non è supportato; in caso TOther contrario, true.

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9