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

Definizione

Determina se un valore rappresenta un numero immaginario puro.

 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

Parametri

value
UInt32

Valore da controllare.

Restituisce

true se value è un numero immaginario puro; in caso contrario, false.

Implementazioni

Si applica a