IntPtr.INumberBase<IntPtr>.IsImaginaryNumber(IntPtr) Método

Definição

Determina se um valor representa um número imaginário 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

Parâmetros

value
IntPtr

nativeint

O valor a ser verificado.

Retornos

true se value for um número imaginário puro; caso contrário, false.

Implementações

Aplica-se a