vSsum(_:_:)
Finds the sum of the values of the elements in a vector.
Declaration
func vSsum(_ count: Int32, _ x: UnsafePointer<vFloat>) -> FloatParameters
- count:
Number of elements in the vector
x; must be a multiple of 4. - x:
A vector array of
floatvalues.
Return Value
The sum of the values of the elements in the vector.