Contents

vintf(_:)

Truncates the decimal portion of a vector of floating-point values.

Declaration

func vintf(_: vFloat) -> vFloat

Return Value

Returns a vector of floating-point values, each of which is the result of truncating the fractional portion of the corresponding value in A.

Parameters

A

The source vector

See Also

Floating-Point Arithmetic and Auxiliary Functions (from vfp.h)