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

Vector3D.Min Static Method

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

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