Data Frame Row<R, C>.Dynamic Operator
Gets the specified value as a Double.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The values at the specified key cast to Double.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Parameters
- row DataFrameRow<R, C>
- A data frame row.
- key C
- The key of the value to get.
Return Value
DoubleThe values at the specified key cast to Double.
Exceptions
Key | row does not contain a column with key key. |