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

Sets the elements of a vector that match the specified condition.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual void SetValues(
	Vector<T> values,
	Vector<bool> mask
)

Parameters

values  Vector<T>
A vector that contains the values that are to be assigned.
mask  Vector<Boolean>
A boolean vector that specifies the elements to set.

See Also