INumberBase<TSelf>.IsNegativeInfinity(TSelf) Metodo

Definizione

Determina se un valore è 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

Parametri

value
TSelf

Valore da controllare.

Restituisce

true se è infinito negativo; in caso value contrario, false.

Si applica a