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

Definição

Determina se um valor representa um número puramente imaginário.

public:
 static bool IsImaginaryNumber(TSelf value);
public static abstract bool IsImaginaryNumber(TSelf value);
static member IsImaginaryNumber : 'Self -> bool
Public Shared Function IsImaginaryNumber (value As TSelf) As Boolean

Parâmetros

value
TSelf

O valor a ser verificado.

Devoluções

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

Observações

Esta função devolve false para um número a + bi complexo onde a é diferente de zero, pois esse número não é puramente imaginário.

Aplica-se a