Sets all the writeable components of this instance to
the specified value.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function SetValue ( _ value As Double _ ) As Vector |
| C# |
|---|
public override Vector SetValue ( double value ) |
| C++ |
|---|
public: virtual Vector^ SetValue ( double value ) override |
Parameters
- value (System.Double)
- The value to be assigned to each component of this instance.
Return Value
A reference to this instance.
Remarks
The writeable components have an index equal to or greater than
StartIndex and less than or equal to EndIndex.