Complex.INumberBase<Complex>.TryConvertFromTruncating<TOther> Metodo

Definizione

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

Parametri di tipo

TOther

Parametri

value
TOther
result
Complex

Restituisce

Si applica a