DataFlow.ToNumber Method

Definition

Overloads

ToNumber(String[], DecimalMark)

Converts the values in the specified columns to floating point numbers.

ToNumber(ColumnsSelector, DecimalMark)

Converts the values in the specified columns to floating point numbers.

ToNumber(String, DecimalMark)

Converts the values in the specified columns to floating point numbers.

ToNumber(String[], DecimalMark)

Converts the values in the specified columns to floating point numbers.

public Microsoft.DataPrep.Common.DataFlow ToNumber(string[] columnNames, Microsoft.DataPrep.Common.DecimalMark decimalPoint = Microsoft.DataPrep.Common.DecimalMark.Dot);
member this.ToNumber : string[] * Microsoft.DataPrep.Common.DecimalMark -> Microsoft.DataPrep.Common.DataFlow
Public Function ToNumber (columnNames As String(), Optional decimalPoint As DecimalMark = Microsoft.DataPrep.Common.DecimalMark.Dot) As DataFlow

Parameters

columnNames
String[]

The source columns.

decimalPoint
DecimalMark

The symbol to use as the decimal mark.

Returns

Applies to

ToNumber(ColumnsSelector, DecimalMark)

Converts the values in the specified columns to floating point numbers.

public Microsoft.DataPrep.Common.DataFlow ToNumber(Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector columns, Microsoft.DataPrep.Common.DecimalMark decimalPoint = Microsoft.DataPrep.Common.DecimalMark.Dot);
member this.ToNumber : Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector * Microsoft.DataPrep.Common.DecimalMark -> Microsoft.DataPrep.Common.DataFlow
Public Function ToNumber (columns As ColumnsSelector, Optional decimalPoint As DecimalMark = Microsoft.DataPrep.Common.DecimalMark.Dot) As DataFlow

Parameters

columns
Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector

The source columns.

decimalPoint
DecimalMark

The symbol to use as the decimal mark.

Returns

Applies to

ToNumber(String, DecimalMark)

Converts the values in the specified columns to floating point numbers.

public Microsoft.DataPrep.Common.DataFlow ToNumber(string columnName, Microsoft.DataPrep.Common.DecimalMark decimalPoint = Microsoft.DataPrep.Common.DecimalMark.Dot);
member this.ToNumber : string * Microsoft.DataPrep.Common.DecimalMark -> Microsoft.DataPrep.Common.DataFlow
Public Function ToNumber (columnName As String, Optional decimalPoint As DecimalMark = Microsoft.DataPrep.Common.DecimalMark.Dot) As DataFlow

Parameters

columnName
String

The source columns.

decimalPoint
DecimalMark

The symbol to use as the decimal mark.

Returns

Applies to