Click or drag to resize

DoubleSymmetricSignalReaderItem 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 index
] { get; }

Parameters

index  Int32
Index in signal array.

Return Value

DoubleComplex
Signal value at [index]
Exceptions
ExceptionCondition
IndexOutOfRangeException Thrown if index is less than zero or greater than the length of this signal data.
See Also