Span Extensions.Create Method
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Create<T>(Int32)
public static Span<T> Create<T>(
int length
)
Parameters
- length Int32
Type Parameters
- T
Return Value
Span<T>Create<T>(Int32, Int32)
public static Span2D<T> Create<T>(
int rowCount,
int columnCount
)
Parameters
Type Parameters
- T