VectorSetSubVector Method
|
Sets values of the subvector of this vector.
Namespace:
FinMath.LinearAlgebra
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public void SetSubVector(
int offset,
Vector vector
)
Parameters
- offset
- Type: SystemInt32
The offset in this vector where the subvector begins.
- vector
- Type: FinMath.LinearAlgebraVector
The vector to copy the values from.
See Also