Click or drag to resize

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

Parameters

row  Int32
The row.
colSlice  Slice
The columns.
f  FloatComplex
The value to set.

Return Value

FloatComplexMatrix
A reference to self.
See Also