cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Calculate values with decimals in parameter window

Calculate values with decimals in parameter window

An equation like 1200 + 300 can be calculated inside the parameter window to 1500, but when you do 1200,33 + 300 the equation is not calculated. Every calculation with decimals is not possible. Please make this possible.

2 Comments
liqinomickey
Autodesk
Status changed to: Gathering Support

Hi @gert-leonvanlier ,

 

I tested with 1200.33+300, and it will get the value of 1500.33

So this request is for comma to work like dot in German system?

 

Thank you,

Mickey

alain_miltenburg
Advocate

@liqinomickey: It seems to me the parsing of strings is currently not internally handled by the CultureInfo.CurrentCulture iFormatProvider. Which will follow the Regional formatting configured in Windows.

For example:

someDouble.ToString(CultureInfo.CurrentCulture)

 

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Autodesk Design & Make Report