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

Definição

Determina se um valor representa um número complexo.

 static bool System.Numerics.INumberBase<System.Double>.IsComplexNumber(double value) = System::Numerics::INumberBase<double>::IsComplexNumber;
static bool INumberBase<double>.IsComplexNumber (double value);
static member System.Numerics.INumberBase<System.Double>.IsComplexNumber : double -> bool
 Shared Function IsComplexNumber (value As Double) As Boolean Implements INumberBase(Of Double).IsComplexNumber

Parâmetros

value
Double

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a