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

Definition

Determines if a value represents a complex number.

 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

Parameters

value
IntPtr

nativeint

The value to be checked.

Returns

true if value is a complex number; otherwise, false.

Implements

Applies to