numeric_limits::lowest

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

See Also

Reference

numeric_limits Class

<limits>