ETİKETLER

swift-arithmetic-operators

İÇERİK TÜRLERİ

Aritmetiksel Operatörler (Arithmetic Operators)

 

Standard Operators in Swift

Swift’te 4 adet aritmetiksel operator mevcuttur.

Toplama: (+)

Çıkarma (-)

Çarpma (*)

Bölme (/)

 var totalMinute =  hour * 60 + minute + second / 60

Abone ol swift-arithmetic-operators