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

Definicja

Określa, czy wartość reprezentuje czystą liczbę wyimaginowaną.

 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

Wartość do sprawdzenia.

Zwraca

true jeśli value jest czystą liczbą wyimaginowaną; w przeciwnym razie false.

Implementuje

Dotyczy