BFloat16.INumberBase<BFloat16>.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.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Numerics.BFloat16>.TryConvertToSaturating(System::Numerics::BFloat16 value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<System::Numerics::BFloat16>::TryConvertToSaturating;
static bool INumberBase<BFloat16>.TryConvertToSaturating<TOther>(System.Numerics.BFloat16 value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Numerics.BFloat16>.TryConvertToSaturating : System.Numerics.BFloat16 * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertToSaturating(Of TOther As INumberBase(Of TOther)) (value As BFloat16, ByRef result As TOther) As Boolean Implements INumberBase(Of BFloat16).TryConvertToSaturating
Parametri di tipo
- TOther
Parametri
- value
- BFloat16
- result
- TOther