trunc(_:)
Returns each element in a vector rounded toward zero to the nearest integer.
Declaration
func trunc(_ x: SIMD2<Double>) -> SIMD2<Double>Returns each element in a vector rounded toward zero to the nearest integer.
func trunc(_ x: SIMD2<Double>) -> SIMD2<Double>