Half.INumberBase<Half>.TryConvertFromTruncating<TOther> Method

Definition

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

Type Parameters

TOther

Parameters

value
TOther
result
Half

Returns

Applies to