DistributedVector<T>.DestroyIfNotEqual Method

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

Definition

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

Parameters

other  Vector<T>
The vector to compare to.

See Also