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