Link Search Menu Expand Document

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
var f = new Fixed (5678);
print (f, "¥ n");
Related item