Half.INumberBase<Half>.TryConvertFromSaturating<TOther> 方法

定義

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

類型參數

TOther

參數

value
TOther
result
Half

傳回

適用於