ListVector<T>.GetReadOnlySpan 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#
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.

See Also