Sets a range of 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> SetValues(
T value,
Range range
)
Public Overridable Function SetValues (
value As T,
range As Range
) As Vector(Of T)
public:
virtual Vector<T>^ SetValues(
T value,
Range range
)
abstract SetValues :
value : 'T *
range : Range -> Vector<'T>
override SetValues :
value : 'T *
range : Range -> Vector<'T>
Parameters
- value
- Type: T
The value to be assigned to the matching elements. - range
- Type: Extreme.MathematicsRange
The range of the elements to set.
Return Value
Type:
VectorT
Reference