Sets the values in the specified row and columns to the
given value.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexMatrix Set( int row, Slice colSlice, DoubleComplex x ) |
| Visual Basic (Declaration) |
|---|
Public Function Set ( _ row As Integer, _ colSlice As Slice, _ x As DoubleComplex _ ) As DoubleComplexMatrix |
| Visual C++ |
|---|
public: DoubleComplexMatrix^ Set( int row, Slice^ colSlice, DoubleComplex x ) |
Parameters
- row
- Type: System..::.Int32
The row.
- colSlice
- Type: CenterSpace.NMath.Core..::.Slice
The columns.
- x
- Type: CenterSpace.NMath.Core..::.DoubleComplex
The value to set.