Skip to content

bround

function bround(column, scale?): Column;

Defined in: functions/math.ts:18

Rounds the value of a column to the given number of decimal places using HALF_EVEN rounding mode (Banker’s rounding).

ParameterTypeDefault value
columnColOrNameundefined
scalenumber0

Column