Click or drag to resize
DigitalRuneMatrixDSetRow Method
Sets a row.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public void SetRow(
	int index,
	VectorD rowVector
)

Parameters

index
Type: SystemInt32
The index of the row.
rowVector
Type: DigitalRune.Mathematics.AlgebraVectorD
The row vector.
Exceptions
ExceptionCondition
IndexOutOfRangeException The index is out of range or rowVector has to few elements.
NullReferenceExceptionrowVector must not be .
See Also