BFloat16.INumberBase<BFloat16>.TryConvertToChecked<TOther> Méthode

Définition

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

Paramètres de type

TOther

Paramètres

value
BFloat16
result
TOther

Retours

Implémente

S’applique à