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

Definizione

Determina se un valore rappresenta un numero immaginario puro.

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

Parametri

value
Decimal

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a