Complex<T>.INumberBase<Complex<T>>.TryConvertToChecked<TOther> Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Numerics.Complex<T>>.TryConvertToChecked(System::Numerics::Complex<T> value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<System::Numerics::Complex<T>>::TryConvertToChecked;
static bool INumberBase<Complex<T>>.TryConvertToChecked<TOther>(System.Numerics.Complex<T> value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Numerics.Complex<T>>.TryConvertToChecked : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertToChecked(Of TOther As INumberBase(Of TOther)) (value As Complex(Of T), ByRef result As TOther) As Boolean Implements INumberBase(Of Complex(Of T)).TryConvertToChecked
Parametri di tipo
- TOther
Parametri
- value
- Complex<T>
- result
- TOther