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

Definizione

Determina se un valore rappresenta un numero complesso.

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

Parametri

value
UInt32

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a