Поделиться через


BFloat16.INumberBase<BFloat16>.TryConvertToChecked<TOther> Метод

Определение

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

Параметры типа

TOther

Параметры

value
BFloat16
result
TOther

Возвращаемое значение

Реализации

Применяется к