Click or drag to resize

IComplexFloatMatrixItem Property

Get / sets an element of the matrix at (row, col).

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Complex32 this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
 
col  Int32
 

Property Value

Complex32

Implements

IROComplexFloatMatrixItemInt32, Int32
See Also