Click or drag to resize
DigitalRuneMatrixFSetColumn Method
Sets a column.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public void SetColumn(
	int index,
	VectorF columnVector
)

Parameters

index
Type: SystemInt32
The index of the column.
columnVector
Type: DigitalRune.Mathematics.AlgebraVectorF
The column vector.
Exceptions
ExceptionCondition
IndexOutOfRangeException The index is out of range or columnVector has to few elements.
NullReferenceExceptioncolumnVector must not be .
See Also