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

Definition

Determines if a value represents a pure imaginary number.

 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

Parameters

value
IntPtr

nativeint

The value to be checked.

Returns

true if value is a pure imaginary number; otherwise, false.

Implements

Applies to