DataFrame<R, C>.Dynamic Operator

Gets the specified column as a vector of Double.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
C# does not support this operator.

Parameters

frame  DataFrame<R, C>
A data frame.
key  C
The key of the column to get.

Return Value

Vector<Double>
A vector containing the values in the column cast to Double.

Exceptions

KeyNotFoundException

frame does not contain a column with key key.

See Also