Condividi tramite


INumberBase<TSelf>.TryConvertFromTruncating<TOther> Metodo

Definizione

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

protected:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static bool TryConvertFromTruncating(TOther value, [Runtime::InteropServices::Out] TSelf % result);
protected static abstract bool TryConvertFromTruncating<TOther> (TOther value, out TSelf result) where TOther : System.Numerics.INumberBase<TOther>;
static member TryConvertFromTruncating : 'Other * 'Self -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Protected Shared Function TryConvertFromTruncating(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As TSelf) As Boolean

Parametri di tipo

TOther

Tipo di value.

Parametri

value
TOther

Valore utilizzato per creare l'istanza di TSelf.

result
TSelf

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

Restituisce

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

Si applica a