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

Definition

Bestimmt, ob ein Wert eine komplexe Zahl darstellt.

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

Parameter

value
Byte

Der zu überprüfende Wert.

Gibt zurück

true , wenn value eine komplexe Zahl ist, falseandernfalls .

Implementiert

Gilt für: