Decimal.INumberBase<Decimal>.IsComplexNumber(Decimal) Metodo

Definizione

Determina se un valore rappresenta un numero complesso.

 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

Parametri

value
Decimal

Valore da controllare.

Restituisce

true se value è un numero complesso; in caso contrario, false.

Implementazioni

Si applica a