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

Definición

Determina si un valor representa un número complejo.

 static bool System.Numerics.INumberBase<System.UInt64>.IsComplexNumber(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsComplexNumber;
static bool INumberBase<ulong>.IsComplexNumber (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsComplexNumber : uint64 -> bool
 Shared Function IsComplexNumber (value As ULong) As Boolean Implements INumberBase(Of ULong).IsComplexNumber

Parámetros

value
UInt64

Valor que se va a comprobar.

Devoluciones

true es si value es un número complejo; en caso contrario, falsees .

Implementaciones

Se aplica a