TMatrix.Length Method

Gets the total number of elements in the matrix, i.e. the product of its dimensions.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public int Length()

Return Value

Int32
The total number of elements in the matrix.

See Also