[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.Elements

Elements Property

Elements

Gets the elements of the matrix.

Declaration
public double[,] Elements { get; }
Public ReadOnly Property Elements As Double(,)
Property Value
Type Description
double[,]

A two dimension double array save the elements.