Click or drag to resize

FloatMatrixSet(Slice, Int32, Single) 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 FloatMatrix Set(
	Slice rowSlice,
	int col,
	float x
)

Parameters

rowSlice  Slice
The rows.
col  Int32
The column.
x  Single
The value to set.

Return Value

FloatMatrix
A reference to self.
See Also