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

Vector4D.Min Static Method

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

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

Parameters

[Vector4D] value1

The first source vector.

[Vector4D] value2

The second source vector.

Returns

Vector4D

The minimized vector.