numeric_limits::lowest

返回最小的负有限值。

static Type lowest() throw();

返回值

返回最小的负有限值。

备注

返回此类型最小的有限值(通常,整数类型使用 min (),浮点类型使用 -max ())。 当 is_bounded 为 true 时,返回值有意义。

要求

标头:<limits>

命名空间: std

请参见

参考

numeric_limits 类

<limits>

其他资源

numeric_limits 成员

limits 成员