Gets the value with the specified key as a specific type.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
Public Function Get(Of T) (
key As C
) As T
public:
generic<typename T>
T Get(
C key
)
member Get :
key : 'C -> 'T
Parameters
- key
- Type: C
A key.
Type Parameters
- T
- The desired type of the value.
Return Value
Type:
TThe value with key
key in the row
as a value of type
T.
Numerical Libraries
Supported in: 6.0
Reference