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

Definicja

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

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

Parametry

value
Decimal

Wartość do sprawdzenia.

Zwraca

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

Implementuje

Dotyczy