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

Definição

Determina se um valor é infinito negativo.

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

Parâmetros

value
TSelf

O valor a ser verificado.

Retornos

true se value for infinito negativo; caso contrário, false.

Aplica-se a