The value to divide. 除算することになる値。
Operator
演算子
/(_:
/(_:_:)
Returns the quotient of dividing the first value by the second.
最初の値を2番目の値で除算した商を返します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ