共用方式為


numeric_limits::lowest

傳回最負數的有限值。

static Type lowest() throw();

傳回值

傳回最負數的有限值。

備註

傳回最負數的有限值,型別 (這通常是min ()的整數型別和-max ()的浮點型別)。 傳回值是有意義如果is_bounded是true。

The throw() is not present if _HAS_EXCEPTIONS is false, and present if _HAS_EXCEPTIONS is true.

需求

標頭: <limits>

Namespace: 標準

請參閱

參考

numeric_limits Class

<limits>

其他資源

numeric_limits 成員

<limits> 成員