Gets the value with the specified key.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Function Get(Of K) (
key As K
) As T
public:
generic<typename K>
T Get(
K key
)
member Get :
key : 'K -> 'T
Parameters
- key
- Type: K
The key to look up.
Type Parameters
- K
- The element type of the vector's index.
Return Value
Type:
TThe value with key
key.
Reference