Sets all the components of the
DenseVector to
the specified value.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override SingleVector SetValue(
float value
)
Public Overrides Function SetValue (
value As Single
) As SingleVector
public:
virtual SingleVector^ SetValue(
float value
) override
abstract SetValue :
value : float32 -> SingleVector
override SetValue :
value : float32 -> SingleVector
Parameters
- value
- Type: SystemSingle
The value to be assigned to each component
of this DenseVector.
Return Value
Type:
SingleVectorA reference to this instance.
Numerical Libraries
Supported in: 5.x, 4.x
Reference