You are here: Start » Matrix Constructor

Matrix Constructor

Namespace:FilNet
Assembly:Fil.Net.TS.dll

Syntax

public Matrix
(
	int nRows,
	int nCols,
	IList<float> rhs
)

Parameters

Name Type Range Default Description
nRowsint
nColsint
rhsSystem.Collections.Generic.IList<float>

See also