DataFrameRow<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.0
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