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

Definicja

Określa, czy wartość reprezentuje liczbę zespolonej.

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

Parametry

value
Decimal

Wartość do sprawdzenia.

Zwraca

true jeśli value jest liczbą zespolona; falsew przeciwnym razie wartość .

Implementuje

Dotyczy