| FloatSymmetricSignalReaderItem Property |
Gets the value at [row, column] of the packed complex-conjugate symmetric signal.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public virtual FloatComplex this[
int index
] { get; }
Public Overridable ReadOnly Default Property Item (
index As Integer
) As FloatComplex
Get
public:
virtual property FloatComplex default[int index] {
FloatComplex get (int index);
}
abstract Item : FloatComplex with get
override Item : FloatComplex with get
Parameters
- index Int32
- Index in signal array.
Return Value
FloatComplexSignal value at
[index]Exceptions Exception | Condition |
---|
IndexOutOfRangeException |
Thrown if index is less than zero or greater than the length of this signal data.
|
See Also