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

Definicja

Określa, czy wartość reprezentuje czystą liczbę wyimaginowaną.

 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

Parametry

value
Int64

Wartość do sprawdzenia.

Zwraca

true jeśli value jest czystą liczbą wyimaginowaną; w przeciwnym razie false.

Implementuje

Dotyczy