Span2D<T>.DangerousGetReferenceAt(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a reference to a specified element within the current instance, with no bounds check.
public ref T DangerousGetReferenceAt (int i, int j);
member this.DangerousGetReferenceAt : int * int -> 'T
Public Function DangerousGetReferenceAt (i As Integer, j As Integer) As T
Parameters
- i
- Int32
The target row to get the element from.
- j
- Int32
The target column to get the element from.
Returns
T
A reference to the element at the specified indices.