Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
float « Data Types « C# / C Sharp
C# / C Sharp
Data Types
float
1.
Format a float number in ToString method
2.
Int and float value
3.
Using Floats
4.
Format float as decimal
5.
Output float number as currency
6.
Format float number as scientific notation
7.
Format float point value as fixed point
8.
Use general format to output a float point value
9.
Output float point as Hexadecimal
10.
Round trip float point value
11.
Format float as percent value
12.
Format float point value as number
13.
Single.Epsilon Field: Represents the smallest positive Single value that is greater than zero.
14.
Tests whether two float/double values are equal, within an acceptable margin of difference.