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

Definition

Avgör om ett värde representerar ett rent imaginärt tal.

 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

Parametrar

value
UInt16

Det värde som ska kontrolleras.

Returer

true om value är ett rent imaginärt tal; annars , false.

Implementeringar

Gäller för