Sets all the components of the dense vector to
the specified value.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override sealed Vector<T> SetValue(
T value
)
Public Overrides NotOverridable Function SetValue (
value As T
) As Vector(Of T)
public:
virtual Vector<T>^ SetValue(
T value
) override sealed
abstract SetValue :
value : 'T -> Vector<'T>
override SetValue :
value : 'T -> Vector<'T>
Parameters
- value
- Type: T
The value to be assigned to each component
of this DenseVectorT.
Return Value
Type:
VectorTA reference to this instance.
Numerical Libraries
Supported in: 5.x, 4.x
Reference