This is the rounding control for calcualting freight charges.
This field makes it possible to indicate the weight rounding value used to calculate the amount proportional to the weight.
It is possible to round:
Down: The weight takes the first value of weight immediately below the multiple of the Class.
Example: Weight = 26 lb; Class = 10 lb; Rounded Weight = 20 lb
Up: The weight takes the first value of weight immediately above the multiple of the Class.
Example: Weight = 26 lb; Class = 10 lb; Rounded Weight = 30 lb
To the nearest weight class: Weights are rounded according to the value of the Class.
Example1: Weight = 24 lb; Class = 10 lb; Rounded Weight = 20 lb
Example2: Weight = 26 lb; Class = 10 lb; Rounded Weight = 30 lb