Vector<T>.SetValues(T, Range) Method

Sets a range of elements of the vector to the specified value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Vector<T> SetValues(
	T value,
	Range range
)

Parameters

value  T
The value to be assigned to the matching elements.
range  Range
The range of the elements to set.

Return Value

Vector<T>

See Also