共用方式為


showpoint

,即使這個分數部分是零,則為小數點右邊顯示浮點數值和數字的整數部分。

ios_base& showpoint(
   ios_base& _Str
);

參數

  • _Str
    參考型別 ios_base物件,或是從 ios_base繼承的型別。

傳回值

在 _Str 衍生物件的參考。

備註

根據預設, noshowpoint 生效。

操作工具有效地呼叫 _Str.setf(ios_base::showpoint),然後傳回 _Str。

範例

提供的使用範例 showpoint參閱 noshowpoint

需求

標題: <ios>

命名空間: std

請參閱

參考

iostream 程式設計

iostreams 慣例