Name

adams.flow.transformer.Round


Synopsis

Performs the specified rounding operation on double tokens.
If 'numDecimals' is zero, it will generate integers otherwise doubles.


Additional information

Flow input/output:
- input: java.lang.Double, java.lang.Double[]
- output: java.lang.Integer, java.lang.Integer[]


Options