Double.INumberBase<Double>.IsComplexNumber(Double) Methode

Definition

Bestimmt, ob ein Wert eine komplexe Zahl darstellt.

 static bool System.Numerics.INumberBase<System.Double>.IsComplexNumber(double value) = System::Numerics::INumberBase<double>::IsComplexNumber;
static bool INumberBase<double>.IsComplexNumber(double value);
static member System.Numerics.INumberBase<System.Double>.IsComplexNumber : double -> bool
 Shared Function IsComplexNumber (value As Double) As Boolean Implements INumberBase(Of Double).IsComplexNumber

Parameter

value
Double

Der zu überprüfende Wert.

Gibt zurück

true wenn value es sich um eine komplexe Zahl handelt; falseandernfalls .

Implementiert

Gilt für: