TNumber.Stack Method
Returns a vector or matrix formed by placing arguments top to bottom. Arguments value
are arrays having the same number of columns or they are scalars and column vectors.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TMatrix Stack(
TNumber[] value
)
Public Function Stack (
value As TNumber()
) As TMatrix
public:
TMatrix^ Stack(
array<TNumber^>^ value
)
member Stack :
value : TNumber[] -> TMatrix
- value TNumber[]
- Vectors or columns to form the result.
TMatrixA vector or matrix formed by placing arguments top to bottom.