Memory 2D<T>.Item Property
Gets or sets the element at the specified position.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The value of the element.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T this[
int row,
int column
] { get; set; }
Parameters
Return Value
TThe value of the element.