Click or drag to resize

aceInt2DStackedMatrixConcurrentGetByX Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the Y stack by X. It creates automatically new List instance if X was empty. Use this better than [!:List<T>] indexer.

Namespace:  imbSCI.Data.collection.math
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public ConcurrentList<int> GetByX(
	int x
)
Request Example View Source

Parameters

x
Type: SystemInt32
The x.

Return Value

Type: ConcurrentListInt32
See Also