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

Definition

Bestimmt, ob ein Wert eine komplexe Zahl darstellt.

 static bool System.Numerics.INumberBase<System.UInt16>.IsComplexNumber(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsComplexNumber;
static bool INumberBase<ushort>.IsComplexNumber(ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsComplexNumber : uint16 -> bool
 Shared Function IsComplexNumber (value As UShort) As Boolean Implements INumberBase(Of UShort).IsComplexNumber

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

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

Implementiert

Gilt für: