Click or drag to resize

FloatComplexMatrixItem(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 FloatComplex this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
The row.
col  Int32
The column.

Property Value

FloatComplex
See Also