Namespace: Rx.Net – Class: Vector2D – Assembly: Rx.Net

Vector2D.Min Static Method

C#
public static Vector2D Min(Vector2D value1, Vector2D value2)

Returns a vector whose elements are the minimum of each of the pairs of elements in the two source vectors.

Parameters

[Vector2D] value1

The first source vector.

[Vector2D] value2

The second vector.

Returns

Vector2D

The minimized vector.