| DoubleComplexMatrixSet(Slice, Int32, DoubleComplex) Method |
Sets the values in the specified rows and column to a
given value.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix Set(
Slice rowSlice,
int col,
DoubleComplex d
)
Public Function Set (
rowSlice As Slice,
col As Integer,
d As DoubleComplex
) As DoubleComplexMatrix
public:
DoubleComplexMatrix^ Set(
Slice^ rowSlice,
int col,
DoubleComplex d
)
member Set :
rowSlice : Slice *
col : int *
d : DoubleComplex -> DoubleComplexMatrix
Parameters
- rowSlice Slice
- The rows.
- col Int32
- The column.
- d DoubleComplex
- The value to set.
Return Value
DoubleComplexMatrixA reference to self.
See Also