TIP: Statistics
- Published 06/08/2006
Learn a few helpful statistical functions.
Discover the concept of operator overloading in C# and its application in mathematical libraries.
Basic math operators—such as plus, minus, and modulus—can get you only so far. It is only a matter of time before you find that you need more robust math routines.
Format specifiers are most often used with numbers. What happens if you want to format a variable differently if the number is negative versus positive? Learn the specifiers needed to make this happen in .NET.