Share via


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

Definice

Určuje, zda hodnota představuje čisté imaginární číslo.

 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

Parametry

value
UInt16

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je čisté imaginární číslo, falsejinak hodnota .

Implementuje

Platí pro