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

Definice

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

 static bool System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsImaginaryNumber(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsImaginaryNumber;
static bool INumberBase<NFloat>.IsImaginaryNumber (System.Runtime.InteropServices.NFloat value);
static member System.Numerics.INumberBase<System.Runtime.InteropServices.NFloat>.IsImaginaryNumber : System.Runtime.InteropServices.NFloat -> bool
 Shared Function IsImaginaryNumber (value As NFloat) As Boolean Implements INumberBase(Of NFloat).IsImaginaryNumber

Parametry

value
NFloat

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro