Complex.INumberBase<Complex>.TryConvertFromChecked<TOther> Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Numerics.Complex>.TryConvertFromChecked(TOther value, [Runtime::InteropServices::Out] System::Numerics::Complex % result) = System::Numerics::INumberBase<System::Numerics::Complex>::TryConvertFromChecked;
static bool INumberBase<Complex>.TryConvertFromChecked<TOther>(TOther value, out System.Numerics.Complex result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Numerics.Complex>.TryConvertFromChecked : 'Other * Complex -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertFromChecked(Of TOther As INumberBase(Of TOther)) (value As TOther, ByRef result As Complex) As Boolean Implements INumberBase(Of Complex).TryConvertFromChecked
Jenis parameter
- TOther
Parameter
- value
- TOther
- result
- Complex