Hello all,
is it possible to use one AttributeRounder to round different attributes to different accuracies?
Let’s assume i have two attributes, A and B. I want to round A to 2 decimal places, whereas i want to round B to three decimal places. Is this possible with one AttributeRounder or do I need to use the AttributeManager.
Cheers!