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

Definición

Determina si un valor representa un número imaginario 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

Parámetros

value
Double

Valor que se va a comprobar.

Devoluciones

true es si value es un número imaginario puro; en caso contrario, falsees .

Implementaciones

Se aplica a