Span 2D<T>.Span From Method
            
            
            Returns the array starting at the specified position.
            
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public Span<T> SpanFrom(
	int row,
	int column
)Parameters
- row Int32
 - The zero-based row of the top left element.
 - column Int32
 - The zero-based column of the top left element.