DataFlow.Round(String, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.