Gets the value with the specified key as a specific type.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference