INumberBase<TSelf>.IsComplexNumber(TSelf) Methode

Definition

Bestimmt, ob ein Wert eine komplexe Zahl darstellt.

public:
 static bool IsComplexNumber(TSelf value);
public static abstract bool IsComplexNumber (TSelf value);
static member IsComplexNumber : 'Self -> bool
Public Shared Function IsComplexNumber (value As TSelf) As Boolean

Parameter

value
TSelf

Der zu überprüfende Wert.

Gibt zurück

true , wenn value eine komplexe Zahl ist, andernfalls false.

Hinweise

Diese Funktion gibt für eine komplexe Zahl a + bi zurückfalse, wobei a oder b null ist. Mit anderen Worten, es schließt reelle Zahlen und reine imaginäre Zahlen aus.

Gilt für: