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

戻り値

適用対象