Parsing
Fixed.parse('1.234', scale: 3); // == 1.234Fixed.parse('1.2345'); // == 1.2345, scale = 4Last updated
Was this helpful?
Fixed.parse('1.234', scale: 3); // == 1.234Fixed.parse('1.2345'); // == 1.2345, scale = 4Last updated
Was this helpful?
Was this helpful?