Properties of a RoundTask.

interface IRoundTask {
    decimals?: null | number;
    method?: null | OracleJob.RoundTask.Method;
}

Implemented by

Properties

Properties

decimals?: null | number

The number of decimals to round to.

method?: null | OracleJob.RoundTask.Method

The rounding method to use.