Share via


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

Definice

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

 static bool System.Numerics.INumberBase<System.UInt32>.IsImaginaryNumber(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsImaginaryNumber;
static bool INumberBase<uint>.IsImaginaryNumber (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsImaginaryNumber : uint32 -> bool
 Shared Function IsImaginaryNumber (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsImaginaryNumber

Parametry

value
UInt32

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro