Click or drag to resize
DigitalRuneVectorFSet Method (VectorF)
Sets this instance to a copy of the specified vector.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public void Set(
	VectorF vector
)

Parameters

vector
Type: DigitalRune.Mathematics.AlgebraVectorF
The vector.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvector must have at least NumberOfElements elements.
NullReferenceExceptionvector must not be .
Remarks
vector can have more elements than this instance. The exceeding elements are ignored.
See Also