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

Definizione

Determina se un valore rappresenta un numero immaginario puro.

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

Parametri

value
Double

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a