| VectorDSet Method (VectorD) |
Sets this instance to a copy of the specified vector.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public void Set(
VectorD vector
)
Public Sub Set (
vector As VectorD
)
public:
void Set(
VectorD^ vector
)
member Set :
vector : VectorD -> unit
Parameters
- vector
- Type: DigitalRune.Mathematics.AlgebraVectorD
The vector.
Exceptions Remarks vector can have more elements than this instance. The exceeding elements
are ignored.
See Also