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

Vector3D.Max Static Method

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

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

Parameters

[Vector3D] value1

The first source vector.

[Vector3D] value2

The second source vector.

Returns

Vector3D

The maximized vector.