Skip Navigation
Global Nav Open Menu
Global Nav Close Menu
Apple Developer
Search Developer
Cancel
Apple Developer
Discover
Design
Develop
Distribute
Support
Account
Documentation
Open Menu
Close Menu
Swift
Swift Standard Library
Numbers and Basic Values
SIMD Vector Types
⋯
Swift
Swift Standard Library
Numbers and Basic Values
SIMD Vector Types
SIMD4
min()
Language:
Swift
API Changes:
None
Instance Method
min()
The least element in the vector.
SDK
Xcode 11.0+
Framework
Swift Standard Library
Declaration
func
min
() -> Scalar
Available when
Scalar
conforms to
Comparable
.