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

Definición

Determina si un valor representa un número complejo.

 static bool System.Numerics.INumberBase<System.UInt16>.IsComplexNumber(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsComplexNumber;
static bool INumberBase<ushort>.IsComplexNumber (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsComplexNumber : uint16 -> bool
 Shared Function IsComplexNumber (value As UShort) As Boolean Implements INumberBase(Of UShort).IsComplexNumber

Parámetros

value
UInt16

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a