[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1.Item

this Property

this[int, int]

Gets or sets the value of element at special location.

Declaration
public T this[int row, int column] { get; set; }
Parameters
Type Name Description
int row
int column
Property Value
Type Description
T

A T indicates the element value.

Remarks

Note: The row and column are base on zero.