Calculates the elements of a double-precision vector clipped to the specified range using the specified stride.
SDKs
- iOS 4.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Accelerate
Declaration
func vDSP_vclipD(_ __A: Unsafe Pointer<Double>, _ __IA: v DSP _Stride, _ __B: Unsafe Pointer<Double>, _ __C: Unsafe Pointer<Double>, _ __D: Unsafe Mutable Pointer<Double>, _ __ID: v DSP _Stride, _ __N: v DSP _Length)
Discussion
This function is the same as v
, except for the types of vectors A
and D
and scalars *B
and *C
.