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

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

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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