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

Definizione

Determina se un valore rappresenta un numero complesso.

 static bool System.Numerics.INumberBase<nint>.IsComplexNumber(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsComplexNumber;
static bool INumberBase<IntPtr>.IsComplexNumber(IntPtr value);
static member System.Numerics.INumberBase<nint>.IsComplexNumber : nativeint -> bool
 Shared Function IsComplexNumber (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsComplexNumber

Parametri

value
IntPtr

nativeint

Valore da controllare.

Valori restituiti

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

Implementazioni

Si applica a