ComplexConjugateSignalMatrix<T>.SetValue Method
DefinitionPermalink
Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
Overload ListPermalink
Set | Sets all elements of the matrix to the specified value. |
Set | Sets the matrix component at the specified position to the specified value. |
Set |
Sets the value at the specified row and column key value.
Preliminary |
SetValue(Complex<T>, Int32, Int32)Permalink
Sets the matrix component at the specified position to the specified value.
public override void SetValue(
Complex<T> value,
int row,
int column
)
Parameters
- value Complex<T>
- A Complex<T> specifying the new value of the component.
- row Int32
- The zero-based index of the row.
- column Int32
- The zero-based index of the column.
RemarksPermalink
This method does not perform bounds checking. It is provided for optimized access in situations where the argument is known to be within bounds. If the argument is outside its valid range, the result may be unpredictable.