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

Definizione

Determina se un valore rappresenta un numero immaginario puro.

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

Parametri

value
IntPtr

nativeint

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a