Click or drag to resize

DoubleComplexMatrixSet(Int32, Slice, DoubleComplex) Method

Sets the values in the specified row and columns to the given value.

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

Parameters

row  Int32
The row.
colSlice  Slice
The columns.
d  DoubleComplex
The value to set.

Return Value

DoubleComplexMatrix
A reference to self.
See Also