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

Definição

Determina se um valor representa um número complexo.

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

Parâmetros

value
Decimal

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a