Vector<T>.AddInPlace(T) Method

Adds a constant to a vector.

Definition

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

Parameters

value  T
The value to add.

Return Value

Vector<T>
A reference to this instance.

See Also