This API is preliminary and subject to change.
Sets the value at the specified key value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void SetValue<K>(
T value,
K key
)
Public Sub SetValue(Of K) (
value As T,
key As K
)
public:
generic<typename K>
void SetValue(
T value,
K key
)
member SetValue :
value : 'T *
key : 'K -> unit
Parameters
- value
- Type: T
- key
- Type: K
The key value.
Type Parameters
- K
Reference