[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.Elements

Elements Property

Elements

Gets the elements of the matrix.

Declaration
public double[,] Elements { get; }
Property Value
Type Description
double[,]

A two dimension double array save the elements.