Click or drag to resize

DoubleSymmetric2DSignalReaderItem Property

Gets the value at [row, column] of the packed complex-conjugate symmetric signal.

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

Parameters

row  Int32
row in the signal array.
col  Int32
column in the signal array.

Return Value

DoubleComplex
Signal value at [row, col].
Exceptions
ExceptionCondition
IndexOutOfRangeException Thrown if row or col is less than zero or greater than the dimensions of the 2D signal data.
See Also