DistributedVector<T>.DestroyIfNotEqual Method

Destroys the distributed copy of the data if the instance is not equal to the specified vector.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void DestroyIfNotEqual(
	Vector<T> other
)

Parameters

other  Vector<T>
The vector to compare to.

See Also