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

Definición

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

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

Parámetros

value
UInt32

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