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

Definición

Determina si un valor representa un número complejo.

 static bool System.Numerics.INumberBase<nuint>.IsComplexNumber(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsComplexNumber;
static bool INumberBase<UIntPtr>.IsComplexNumber (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsComplexNumber : unativeint -> bool
 Shared Function IsComplexNumber (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsComplexNumber

Parámetros

value
UIntPtr

unativeint

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a