Contents

vvint(_:_:_:)

Calculates the integer truncation for each element in an array of double-precision values.

Declaration

func vvint(_: UnsafeMutablePointer<Double>, _: UnsafePointer<Double>, _: UnsafePointer<Int32>)

Discussion

Parameters:

parameter 1

The output array, y.

parameter 2

The input array, x.

parameter 3

The number of elements in the arrays.

The following code shows an example of using vvint(_:_:_:).

See Also

Array-Oriented Arithmetic and Auxiliary Functions