IntPtr.INumberBase<IntPtr>.IsComplexNumber(IntPtr) Método

Definición

Determina si un valor representa un número complejo.

 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

Parámetros

value
IntPtr

nativeint

Valor que se va a comprobar.

Devoluciones

true es si value es un número complejo; de lo contrario, falsees .

Implementaciones

Se aplica a