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

Definice

Určuje, zda hodnota představuje čisté imaginární číslo.

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

Parametry

value
IntPtr

nativeint

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je čisté imaginární číslo, falsejinak hodnota .

Implementuje

Platí pro