Gets the specified column as a vector of
Double.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- frame
- Type: Extreme.DataAnalysisDataFrameR, C
A data frame. - key
- Type: C
The key of the column to get.
Return Value
Type:
VectorDoubleA vector containing the values in the column cast to
Double.
Reference