Initializerswift 6.1.2Swift
init(_:rounding:)
Creates a new vector from the given vector, rounding the given vector’s of elements using the specified rounding rule.
init<Other>(_ other: SIMD2<Other>, rounding rule: FloatingPointRoundingRule = .towardZero) where Other : BinaryFloatingPoint, Other : SIMDScalar