RoundFunctionIntRoundingModeExpression constructor

RoundFunctionIntRoundingModeExpression(
  1. Expression<Number> value,
  2. Expression<Integer> precision,
  3. Expression<Integer> roundingMode
)

Implementation

RoundFunctionIntRoundingModeExpression(
    this.value, this.precision, this.roundingMode);