Click or drag to resize

MatrixMathMatrixWithOneRowTCount Property

Gets the number of elements in the collection.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int Count { get; }

Return Value

Int32
The number of elements in the collection.

Implements

IReadOnlyCollectionTCount
See Also