Click or drag to resize

FloatComplexMatrixSet(Slice, Int32, FloatComplex) 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 FloatComplexMatrix Set(
	Slice rowSlice,
	int col,
	FloatComplex f
)

Parameters

rowSlice  Slice
The rows.
col  Int32
The column.
f  FloatComplex
The value to set.

Return Value

FloatComplexMatrix
A reference to self.
See Also