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

Definição

Determina se um valor representa um número complexo.

 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

Parâmetros

value
IntPtr

nativeint

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a