Herong's Tutorial Notes On C# - Part B
Dr. Herong Yang, Version 2.02
Herong's Tutorial Notes On C# - Part B
Version 2.02
Dr. Herong Yang

Table of Contents

About This Book

Introduction

  • What Is C#
  • C# Programming Environment
  • First Program in C#
  • C# Program Structure

Data Types

  • The "decimal" Type
  • Simple Types
  • Type System Unification
  • Jagged Arrays

Precision of "float", "double", and "decimal"

Performance of "float", "double", and "decimal"

Binary Representation of "float" and "double" Values

Binary Representation of "decimal" Values

Methods

  • Parameters
  • Parameter Arrays

Classes

  • "const" and "readonly"
  • Method Overload
  • Properties
  • Operators

References

Key Words: array, book, C#, C sharp, class, data types, decimal, example, float, ieee 754, method, performance, .NET, online, tutorial

Dr. Herong Yang, updated in 2003
Herong's Tutorial Notes On C# - Part B - Table of Contents