Back to Browse

C# 11 - Checked Overload

1.3K views
Nov 24, 2022
14:46

Checking your numbers don't overflow is safe, but slow. In C# 11, we have the option to turn it on or off for our own data types. Source code available at: https://github.com/JasperKent/Checked-Arithmetic Topics include: - Generic math - static virtual methods - static abstract methods - Operator overloading - checked and unchecked arithmetic - Debug and release build differences

Download

1 formats

Video Formats

360pmp431.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

C# 11 - Checked Overload | NatokHD