List Vector<T>.Get Read Only Span Method
Returns a read-only span over the elements of the list at the specified index.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
A read-only span over the list's elements.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public ReadOnlySpan<T> GetReadOnlySpan(
int index
)Parameters
- index Int32
- The zero-based index of the list.
Return Value
ReadOnlySpan<T>A read-only span over the list's elements.