Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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