The value to divide this value by. この値を除算するための値。
Instance Method
インスタンスメソッド
quotient
quotientAndRemainder(dividingBy:)
Returns the quotient and remainder of this value divided by the given value.
与えられた値で除算されたこの値の商と余りを返します。
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標準ライブラリ
Declaration 宣言
Parameters パラメータ
rhs
Return Value 戻り値
A tuple containing the quotient and remainder of this value divided by rhs
.
rhs
によって除算されたこの値の商と余りを含んでいるタプル。
Discussion 解説
Use this method to calculate the quotient and remainder of a division at the same time. このメソッドを使って、除算の商と余りを同時に計算してください。