Returns a double-precision vector that’s inverted-clipped to the specified range.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 4.0+
- Xcode 11.0+
Framework
- Accelerate
Declaration
static func invertedClip<U>(_ vector: U, to bounds: Closed Range<Double>) -> [Double] where U : Accelerate Buffer, U.Element == Double