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

Definition

Determines if a value represents a pure imaginary number.

 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

Parameters

value
UInt32

The value to be checked.

Returns

true if value is a pure imaginary number; otherwise, false.

Implements

Applies to