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

Vector2D.Max Static Method

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

Returns a vector whose elements are the maximum 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 maximized vector.