Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns the most negative finite value.
static Type lowest() throw();
Return Value
Returns the most negative finite value.
Remarks
Returns the most negative finite value for the type (which is typically min () for integer types and -max () for floating-point types). The return value is meaningful if is_bounded is true.
Requirements
Header: <limits>
Namespace: std