Data Frame Row<R, C>.Dynamic Operator
Gets the specified value as a Double.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The values at the specified key cast to Double.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |