Click or drag to resize

FloatMatrixSet(Slice, Slice, Single) Method

Sets the values of the submatrix determined by the specified slices to a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatMatrix Set(
	Slice rowSlice,
	Slice colSlice,
	float x
)

Parameters

rowSlice  Slice
The rows of the submatrix.
colSlice  Slice
The columns of the submatrix.
x  Single
The value to set.

Return Value

FloatMatrix
A reference to self.
See Also