Returns minimum value of the vector.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float Min { get; }

Remarks

Returns minimum value of all 4 vector's coordinates.

See Also