mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-04-02 09:18:56 +00:00
83 lines
2.5 KiB
XML
83 lines
2.5 KiB
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<!-- $Revision: 337902 $ -->
|
|||
|
|
|||
|
<phpdoc:classref xml:id="class.mongodb-bson-decimal128" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|||
|
|
|||
|
<title>The MongoDB\BSON\Decimal128 class</title>
|
|||
|
<titleabbrev>MongoDB\BSON\Decimal128</titleabbrev>
|
|||
|
|
|||
|
<partintro>
|
|||
|
|
|||
|
<!-- {{{ MongoDB\BSON\Decimal128 intro -->
|
|||
|
<section xml:id="mongodb-bson-decimal128.intro">
|
|||
|
&reftitle.intro;
|
|||
|
<para>
|
|||
|
BSON type for the
|
|||
|
<link xlink:href="&url.mongodb.wiki.decimal128;">Decimal128 floating-point format</link>,
|
|||
|
which supports numbers with up to 34 decimal digits (i.e. significant
|
|||
|
digits) and an exponent range of −6143 to +6144.
|
|||
|
</para>
|
|||
|
<para>
|
|||
|
Unlike the double BSON type (i.e. <type>float</type> in PHP), which only
|
|||
|
stores an approximation of the decimal values, the decimal data type stores
|
|||
|
the exact value. For example, <literal>MongoDB\BSON\Decimal128('9.99')</literal>
|
|||
|
has a precise value of 9.99 where as a double 9.99 would have an approximate
|
|||
|
value of 9.9900000000000002131628….
|
|||
|
</para>
|
|||
|
&mongodb.note.decimal128;
|
|||
|
</section>
|
|||
|
<!-- }}} -->
|
|||
|
|
|||
|
<section xml:id="mongodb-bson-decimal128.synopsis">
|
|||
|
&reftitle.classsynopsis;
|
|||
|
|
|||
|
<!-- {{{ Synopsis -->
|
|||
|
<classsynopsis>
|
|||
|
<ooclass><classname>MongoDB\BSON\Decimal128</classname></ooclass>
|
|||
|
|
|||
|
<!-- {{{ Class synopsis -->
|
|||
|
<classsynopsisinfo>
|
|||
|
<ooclass>
|
|||
|
<classname>MongoDB\BSON\Decimal128</classname>
|
|||
|
</ooclass>
|
|||
|
|
|||
|
<oointerface>
|
|||
|
<interfacename>MongoDB\BSON\Type</interfacename>
|
|||
|
</oointerface>
|
|||
|
</classsynopsisinfo>
|
|||
|
<!-- }}} -->
|
|||
|
|
|||
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
|||
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-bson-decimal128')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
|
|||
|
</classsynopsis>
|
|||
|
<!-- }}} -->
|
|||
|
|
|||
|
</section>
|
|||
|
|
|||
|
</partintro>
|
|||
|
|
|||
|
&reference.mongodb.bson.entities.decimal128;
|
|||
|
|
|||
|
</phpdoc:classref>
|
|||
|
|
|||
|
<!-- Keep this comment at the end of the file
|
|||
|
Local variables:
|
|||
|
mode: sgml
|
|||
|
sgml-omittag:t
|
|||
|
sgml-shorttag:t
|
|||
|
sgml-minimize-attributes:nil
|
|||
|
sgml-always-quote-attributes:t
|
|||
|
sgml-indent-step:1
|
|||
|
sgml-indent-data:t
|
|||
|
indent-tabs-mode:nil
|
|||
|
sgml-parent-document:nil
|
|||
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|||
|
sgml-exposed-tags:nil
|
|||
|
sgml-local-catalogs:nil
|
|||
|
sgml-local-ecat-files:nil
|
|||
|
End:
|
|||
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|||
|
vim: et tw=78 syn=sgml
|
|||
|
vi: ts=1 sw=1
|
|||
|
-->
|