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

Definition

Bestimmt, ob ein Wert eine reine imaginäre Zahl darstellt.

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

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

true , wenn value eine reine imaginäre Zahl ist, falseandernfalls .

Implementiert

Gilt für: