DataFrameColumnCollection.GetDoubleColumn(String) Method

Definition

Gets the DoubleDataFrameColumn with the specified name.

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

Parameters

name
String

The name of the column

Returns

DoubleDataFrameColumn.

Exceptions

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

Applies to