Fixed constructor
| Explanation | Initialize the Fixed object. | |
| Call format | var f = new Fixed ([ value ]) | |
| Return value | Fixed object | |
| Arguments | Number value | Format to specify the value to be initialized by Number |
| String value | Format to specify the value to be initialized as a character string | |
| Fixed value | Format to specify the value to be initialized with Fixed | |
| Exception | None | |
| Example of use | | |
| Related item | ||