Enables accessing elements of an indexed vector using strongly typed indexes.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public TypedVectorWrapper<K, T> By<K>()
Public Function By(Of K) As TypedVectorWrapper(Of K, T)
public:
generic<typename K>
TypedVectorWrapper<K, T> By()
member By : unit -> TypedVectorWrapper<'K, 'T>
Type Parameters
- K
- The element type of the index.
Return Value
Type:
TypedVectorWrapperK,
T
Reference