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

Definizione

Determina se un valore rappresenta un numero complesso.

 static bool System.Numerics.INumberBase<nuint>.IsComplexNumber(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsComplexNumber;
static bool INumberBase<UIntPtr>.IsComplexNumber (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsComplexNumber : unativeint -> bool
 Shared Function IsComplexNumber (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsComplexNumber

Parametri

value
UIntPtr

unativeint

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a