Skip to main content
info
This documentation is for version v2.4 of the product.
For the latest version(v2.7) documentation click here
Version: v2.4 print this page

RoundValue

Input

It takes in a DataFrame as input

Type

transform

Fields

NameTitleDescription
inputColsInput ColumnThe columns containing double or float values to round.
precisionPrecisionThe scale of the double values to round to.

Examples

Input

V1V2V3
1.1032154353-0.0402962151.2673320886
-0.414288810.90543732261.7274529442
1.11400859540.08554608970.4937024874
-0.2915402450.44557531371.2497521162

Parameters

NameValue
Input ColumnV1 V2
Precision2

Output

V3V1V2
1.26733208861.1-0.04
1.7274529442-0.410.91
0.49370248741.110.09
1.2497521162-0.290.45