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

Definición

Determina si un valor representa un número imaginario puro.

 static bool System.Numerics.INumberBase<System.Int64>.IsImaginaryNumber(long value) = System::Numerics::INumberBase<long>::IsImaginaryNumber;
static bool INumberBase<long>.IsImaginaryNumber (long value);
static member System.Numerics.INumberBase<System.Int64>.IsImaginaryNumber : int64 -> bool
 Shared Function IsImaginaryNumber (value As Long) As Boolean Implements INumberBase(Of Long).IsImaginaryNumber

Parámetros

value
Int64

Valor que se va a comprobar.

Devoluciones

true es si value es un número imaginario puro; de lo contrario, falsees .

Implementaciones

Se aplica a