Complex<T>.CreateChecked<TOther>(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.
public:
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static System::Numerics::Complex<T> CreateChecked(TOther value) = System::Numerics::INumberBase<System::Numerics::Complex<T>>::CreateChecked;
public static System.Numerics.Complex<T> CreateChecked<TOther>(TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateChecked : 'Other -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateChecked(Of TOther As INumberBase(Of TOther)) (value As TOther) As Complex(Of T)
Parametri di tipo
- TOther
Parametri
- value
- TOther