Gets the value at [row, column] of the packed complex-conjugate symmetric signal.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public virtual FloatComplex this[ int index ] { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Default Property Item ( _ index As Integer _ ) As FloatComplex |
| Visual C++ |
|---|
public: virtual property FloatComplex default[int index] { FloatComplex get (int index); } |
Parameters
- index
- Type: System..::.Int32
Index in signal array.
Return Value
Signal value at [index]
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.IndexOutOfRangeException | Thrown if index is less than zero or greater than the length of this signal data. |