Click or drag to resize

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

Parameters

row  Int32
The row.
colSlice  Slice
The columns.
x  Single
The value to set.

Return Value

FloatMatrix
A reference to self.
See Also