Click or drag to resize

DoubleComplexMatrixSet(Slice, Int32, DoubleComplex) Method

Sets the values in the specified rows and column to a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix Set(
	Slice rowSlice,
	int col,
	DoubleComplex d
)

Parameters

rowSlice  Slice
The rows.
col  Int32
The column.
d  DoubleComplex
The value to set.

Return Value

DoubleComplexMatrix
A reference to self.
See Also