abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

Formulas in External BOM - add ROUNDUP operator

Formulas in External BOM - add ROUNDUP operator

I'd like to have to option to round up calculations in External BOM - something like the Excel ROUNDUP function.

An example: the value  2458.1 to round up to 2460.0 or 2500.0 etc.

Best regards

Robert Krnavek, Graitec CZ

4 Kommentare

do you want to round up everytime or only round? Because a rounding is definitly possible in Advance steel

krnavek
Enthusiast

Hi Sebastian,
I need to increase the total weight by a few percent and round up this total weight. So I need to round only the value in the calculation, not the other values in the BOM.

so use a formula to maybe multiply the normal weight with "1" in this formular, just use the round command: and then summarize this or multiple it with another percent you want. Could look like this:
(double)System.Math.Round((double)IWeight*1.05,0)) --this will multiply the weight with 5% and round it with zero characters after the decimal point.

does it work on your side Robert?

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

Idee einsenden  

Autodesk Design & Make Report