UInt32.INumberBase<UInt32>.IsImaginaryNumber(UInt32) Метод

Определение

Определяет, представляет ли значение чистое мнимое число.

 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

Параметры

value
UInt32

Значение для проверки.

Возвращаемое значение

true Значение , если value является чистым мнимым числом; в противном случае — значение false.

Реализации

Применяется к