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

Definición

Determina si un valor representa un número imaginario puro.

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

Parámetros

value
Decimal

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a