Click or drag to resize

FloatMatrixItem(Int32, Int32) Property

Indexer for returning the element at a specified row and column position.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
The row.
col  Int32
The column.

Property Value

Single
See Also