Data Frame<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.3
C#
A vector containing the values in the column cast to Double.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |