Click or drag to resize

FloatSymmetricMatrixItem Property

Gets and sets the value at the specified position. Symmetry is maintained.

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
 
col  Int32
 

Property Value

Single
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown when using a row-column pair that is outside the dimensions of this matrix.
See Also