Data Frame<R, C>.Dynamic Operator
Gets the specified column as a vector of Double.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector containing the values in the column cast to Double.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Parameters
Return Value
Vector<Double>A vector containing the values in the column cast to Double.
Exceptions
Key | frame does not contain a column with key key. |