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

Definice

Určuje, jestli hodnota představuje čisté imaginární číslo.

 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

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je čisté imaginární číslo; v opačném případě . false

Implementuje

Platí pro