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

Definición

Determina si un valor representa un número complejo.

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

Parámetros

value
Decimal

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a