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

Definición

Determina si un valor representa un número complejo.

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

Parámetros

value
Byte

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a