Half.INumberBase<Half>.TryConvertFromTruncating<TOther> Metodo

Definizione

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

Parametri di tipo

TOther

Parametri

value
TOther
result
Half

Restituisce

Si applica a