basic API docs
[awesomized/ext-ion] / docs / src / ion / Decimal / __construct.md
1 # void ion\Decimal::__construct(string|int $number, [?ion\Decimal\Context $context = NULL])
2
3 Create a new fixed point decimal.
4
5
6
7
8
9
10 ## Params:
11
12 * string|int $number
13 The decimal number.
14 * Optional ?ion\Decimal\Context $context = NULL
15 The decimal context.
16
17