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