Click or drag to resize

FloatMatrixItem(Int32, Slice) Property

Creates a vector view of the specifed slice of the specified row of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatVector this[
	int row,
	Slice colSlice
] { get; set; }

Parameters

row  Int32
The row.
colSlice  Slice
The columns.

Property Value

FloatVector
See Also