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

반환

적용 대상