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

Definição

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

 static bool System.Numerics.INumberBase<nuint>.IsImaginaryNumber(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsImaginaryNumber;
static bool INumberBase<UIntPtr>.IsImaginaryNumber (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsImaginaryNumber : unativeint -> bool
 Shared Function IsImaginaryNumber (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsImaginaryNumber

Parâmetros

value
UIntPtr

unativeint

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