DataFrameRow<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#
C# does not support this operator.

Parameters

row  DataFrameRow<R, C>
A data frame row.
key  C
The key of the value to get.

Return Value

Double
The values at the specified key cast to Double.

Exceptions

KeyNotFoundException

row does not contain a column with key key.

See Also