DataFrameColumnCollection.GetDecimalColumn(String) Method

Definition

Gets the DecimalDataFrameColumn with the specified name.

public Microsoft.Data.Analysis.DecimalDataFrameColumn GetDecimalColumn (string name);
member this.GetDecimalColumn : string -> Microsoft.Data.Analysis.DecimalDataFrameColumn
Public Function GetDecimalColumn (name As String) As DecimalDataFrameColumn

Parameters

name
String

The name of the column

Returns

DecimalDataFrameColumn.

Exceptions

A column named name cannot be found, or if the column's type doesn't match.

Applies to