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

Definice

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

 static bool System.Numerics.INumberBase<System.Int16>.IsImaginaryNumber(short value) = System::Numerics::INumberBase<short>::IsImaginaryNumber;
static bool INumberBase<short>.IsImaginaryNumber (short value);
static member System.Numerics.INumberBase<System.Int16>.IsImaginaryNumber : int16 -> bool
 Shared Function IsImaginaryNumber (value As Short) As Boolean Implements INumberBase(Of Short).IsImaginaryNumber

Parametry

value
Int16

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je čisté imaginární číslo, falsejinak hodnota .

Implementuje

Platí pro