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

Definición

Determina si un valor representa un número complejo.

 static bool System.Numerics.INumberBase<System.UInt32>.IsComplexNumber(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsComplexNumber;
static bool INumberBase<uint>.IsComplexNumber (uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsComplexNumber : uint32 -> bool
 Shared Function IsComplexNumber (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsComplexNumber

Parámetros

value
UInt32

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a