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

Definição

Determina se um valor representa um número puramente imaginário.

 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.

Devoluções

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

Implementações

Aplica-se a