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