| MatrixFSetRow Method |
Sets a row.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public void SetRow(
int index,
VectorF rowVector
)
Public Sub SetRow (
index As Integer,
rowVector As VectorF
)
public:
void SetRow(
int index,
VectorF^ rowVector
)
member SetRow :
index : int *
rowVector : VectorF -> unit
Parameters
- index
- Type: SystemInt32
The index of the row. - rowVector
- Type: DigitalRune.Mathematics.AlgebraVectorF
The row vector.
Exceptions See Also