Span2D<T>.DangerousGetReferenceAt(Int32, Int32) Method

Definition

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.

Applies to