Complex<T>.IsComplexNumber(Complex<T>) Metodo

Definizione

public:
 static bool IsComplexNumber(System::Numerics::Complex<T> value) = System::Numerics::INumberBase<System::Numerics::Complex<T>>::IsComplexNumber;
public static bool IsComplexNumber(System.Numerics.Complex<T> value);
static member IsComplexNumber : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> bool
Public Shared Function IsComplexNumber (value As Complex(Of T)) As Boolean

Parametri

value
Complex<T>

Valori restituiti

Implementazioni

Si applica a