TMatrix.Length Method
Gets the total number of elements in the matrix, i.e. the product of its dimensions.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
Public Function Length As Integer
member Length : unit -> int
Return Value
Int32The total number of elements in the matrix.