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

Definición

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

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

Parámetros

value
Single

Valor que se va a comprobar.

Devoluciones

true es si value es un número imaginario puro; de lo contrario, falsees .

Implementaciones

Se aplica a