Complex.INumberBase<Complex>.TryConvertFromChecked<TOther> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
類型參數
- TOther
參數
- value
- TOther
- result
- Complex