[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix._data

_data Field

A two dimension double array used to save the data.

Namespace: C1.Framework.Mathematics
Assembly: C1.Win.Input.8.dll
Syntax
protected double[,] _data
Returns
Type Description
double[,] A two dimension double array used to save the data.
Remarks

In order to improve speed of inherited classes, I give the proteced modification