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

Definicja

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

 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

Wartość do sprawdzenia.

Zwraca

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

Implementuje

Dotyczy