Vector<T>.SetValue(T) Method

Sets all the 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> SetValue(
	T value
)

Parameters

value  T
The value to be assigned to each element of this Vector<T>.

Return Value

Vector<T>
A reference to this Vector<T>.

See Also