[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.Item

this Property

this[int, int]

Gets or sets the value of element at special location.

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

A double indicates the element value.

Remarks

Note: The row and column are base on zero.