NFloat.INumberBase<NFloat>.TryConvertToSaturating<TOther> Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Tenta di convertire un'istanza del tipo corrente in un altro tipo, saturazione di tutti i valori che rientrano all'esterno dell'intervallo rappresentabile del tipo corrente.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.TryConvertToSaturating(System::Runtime::InteropServices::NFloat value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::TryConvertToSaturating;
static bool INumberBase<NFloat>.TryConvertToSaturating<TOther> (System.Runtime.InteropServices.NFloat value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.TryConvertToSaturating : System.Runtime.InteropServices.NFloat * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertToSaturating(Of TOther As INumberBase(Of TOther)) (value As NFloat, ByRef result As TOther) As Boolean Implements INumberBase(Of NFloat).TryConvertToSaturating
Parametri di tipo
- TOther
Tipo in cui value
deve essere convertito.
Parametri
- value
- NFloat
Valore usato 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
.