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

Definizione

Determina se un valore rappresenta un numero immaginario 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

Parametri

value
Int64

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a