Int32.INumberBase<Int32>.TryConvertToTruncating<TOther> Metodo

Definizione

Tenta di convertire un'istanza del tipo corrente in un altro tipo, troncando tutti i valori che non rientrano nell'intervallo rappresentabile del tipo corrente.

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

Parametri di tipo

TOther

Tipo in cui value deve essere convertito.

Parametri

value
Int32

Valore utilizzato per creare l'istanza di TOther.

result
TOther

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

Restituisce

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

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9