C# - Arithmetic Operators ITA

Опубликовано: 02 Апрель 2026
на канале: pridav1
655
8

Video Tutorial: .NET and the C# Programming Language - Arithmetic Operators (ITA).

Complete C# Tutorial Playlist:    • C# corso tutorial in italiano  

00:00 Arithmetic Operators
02:27 Increment Operator ++, Decrement Operator --
08:05 Unary Operator + and -, GetType()
12:17 Multiplication *
13:30 Division /
17:46 Remainder or Modulus %
19:35 Math.DivRem()
24:22 Addition +
27:13 Subtraction -
27:38 Compound Assignments op=: +=, -=, *=, /=, %=
33:47 Operator Precedence and Associativity
37:15 Overflow and Division by Zero