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