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

Definicja

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

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

Parametry

value
UIntPtr

unativeint

Wartość do sprawdzenia.

Zwraca

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

Implementuje

Dotyczy