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

Definice

Určuje, zda hodnota představuje komplexní číslo.

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

Parametry

value
IntPtr

nativeint

Hodnota, která se má zkontrolovat.

Návraty

true if value je komplexní číslo, falsejinak hodnota .

Implementuje

Platí pro