C# Tutorials - Herong's Tutorial Examples - v3.32, by Herong Yang
Floating-Point Data Types
This chapter provides tutorial examples and notes on floating-point data types. Topics include precisions and performances of 'float', 'double' and 'decimal' values; IEEE 754 standards on binary representation of 'float' and 'double'; Microsoft binary presentation of 'decimal'.
Precision of Floating-Point Data Types
Precision of Floating-Point Data Types - Test
Performance of Floating-Point Data Types
Performance of Floating-Point Data Types - Test
IEEE 754 Standards - "float" and "double"
IEEE 754 Standards - "float" and "double" - Test
Takeaways:
Table of Contents
Logical Expressions and Conditional Statements
Visual C# 2010 Express Edition
C# Compiler and Intermediate Language
Compiling C# Source Code Files
MSBuild - Microsoft Build Engine
System.Diagnostics.FileVersionInfo Class
WPF - Windows Presentation Foundation