vIsamin(_:_:)
Finds the position of the first vector element having the smallest absolute value.
Declaration
func vIsamin(_ count: Int32, _ x: UnsafePointer<vFloat>) -> Int32Parameters
- count:
Number of elements in the vector
x; must be a multiple of 4. - x:
A vector array of
floatvalues.
Return Value
The index of the first element having the smallest absolute value in the vector.