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编程

(mfc)约定