Sets all the elements of the vector to
the specified value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Vector<T> SetValue(
T value
)
Public Overridable Function SetValue (
value As T
) As Vector(Of T)
public:
virtual Vector<T>^ SetValue(
T value
)
abstract SetValue :
value : 'T -> Vector<'T>
override SetValue :
value : 'T -> Vector<'T>
Parameters
- value
- Type: T
The value to be assigned to each element
of this VectorT.
Return Value
Type:
VectorTA reference to this
VectorT.
Reference