DataFlow.Round(String, Int64) Method

Definition

Rounds the values in the column specified to the desired number of decimal places.

public:
 Microsoft::DataPrep::Common::DataFlow ^ Round(System::String ^ column, long decimalPlaces);
public Microsoft.DataPrep.Common.DataFlow Round(string column, long decimalPlaces);
member this.Round : string * int64 -> Microsoft.DataPrep.Common.DataFlow
Public Function Round (column As String, decimalPlaces As Long) As DataFlow

Parameters

column
String

The source column.

decimalPlaces
Int64

The number of decimal places.

Returns

Applies to