Click or drag to resize
Accord.NET (logo)

Vector4 Properties

The Vector4 type exposes the following members.

Properties
  NameDescription
Public propertyMax
Returns maximum value of the vector.
Public propertyMaxIndex
Returns index of the coordinate with maximum value.
Public propertyMin
Returns minimum value of the vector.
Public propertyMinIndex
Returns index of the coordinate with minimum value.
Public propertyNorm
Returns vector's norm.
Public propertySquare
Returns square of the vector's norm.
Top
See Also