[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1.Elements

Elements Property

Elements

Gets the elements of the matrix.

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

A two dimension T array save the elements.