Click or drag to resize

FloatMatrixClear(Slice, Int32) Method

Sets the values of the submatrix determined by the specified slices to zero.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatMatrix Clear(
	Slice rowSlice,
	int col
)

Parameters

rowSlice  Slice
The rows of the submatrix.
col  Int32
The column.

Return Value

FloatMatrix
A reference to self.
See Also