[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1._data

_data Field

A two dimension T array used to save the data.

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

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