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

Definição

Determina se um valor representa um número imaginário 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

O valor a ser verificado.

Retornos

true se value for um número imaginário puro; caso contrário, false.

Implementações

Aplica-se a