Number

Description:
Any decimal number can be represented by a number type. Major arithmetical operations are defined with the data that belong to number type: addition, deduction, multiplication, and division. A number can have a maximum of 38 digits.

Literals:
A set of numbers entered directly in the module code in the following format: [+|-]{0|1|2|3|4|5|6|7|8|9}[.{0|1|2|3|4|5|6|7|8|9}] To separate the integral part from the fractional part, use a dot (".").

Availability: Thin client, web client, server, thick client, external connection, mobile application (client), mobile application (server). Server exchange is possible. Serialized.
This object can be serialized to/from XDTO. XDTO type corresponding to this object is defined in the namespace {http://www.w3.org/2001/XMLSchema}. Name of XDTO type: may be any of the following: decimal, double, float.


    

1C:Enterprise Developer's Community