IntegratedDynamics icon indicating copy to clipboard operation
IntegratedDynamics copied to clipboard

Number format operator

Open Flithor opened this issue 6 years ago • 3 comments

Issue type:

  • :heavy_plus_sign: Feature request

Short description

A new to string operator for number formatting.

Input=>Number, String output=>Formatted number string like NumberFormatting(3, "0.00")=>"3.00" NumberFormatting(12495, "E")=>"1.2495E+4" etc... Java has a existed DecimalFormat class to do this

Flithor avatar Jun 25 '19 00:06 Flithor

Duplicate of #597. (Please amend the linked issue if you want additional things)

rubensworks avatar Jun 25 '19 06:06 rubensworks

uhhh, nope I want a alone operator for output a formatted number as a format style. Input=>Number(Integer, Double), String output=>Formatted number string like NumberFormatting(3, "0.00")=>"3.00" NumberFormatting(12495, "E")=>"1.2495E+4" etc... Java has a existed function to do this

Flithor avatar Jun 25 '19 08:06 Flithor

And this is why I ask for clear and concise descriptions.

rubensworks avatar Jun 25 '19 08:06 rubensworks