Complex.INumberBase<Complex>.TryConvertFromTruncating<TOther> Méthode
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres de type
- TOther
Paramètres
- value
- TOther
- result
- Complex