Returns the quotient of dividing the first value by the second.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Returns the quotient of dividing the first value by the second.
SDK
Framework
static func + (Int, Int) -> IntAdds two values and produces their sum.
static func - (Int, Int) -> IntSubtracts one value from another and produces their difference.
static func * (Int, Int) -> IntMultiplies two values and produces their product.
static func % (Int, Int) -> IntReturns the remainder of dividing the first value by the second.