DataFrameRow<R, C>.Get<T> Method

Gets the value with the specified key as a specific type.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T Get<T>(
	C key
)

Parameters

key  C
A key.

Type Parameters

T
The desired type of the value.

Return Value

T
The value with key key in the row as a value of type T.

See Also