dotnetCHARTING Send comments on this topic.
Data Enumeration
See Also  
dotnetCHARTING Namespace : Data Enumeration


Syntax

Visual Basic (Declaration) 
Public Enum Data 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As Data
C# 
public enum Data : Enum 

Members

MemberDescription
Bit 
Nibble 
Byte 
DoubleWord 
Word 
Block 
Kilobit 
KilobitBySIDef 
Megabit 
MegabitBySIDef 
Gigabit 
GigabitBySIDef 
Terabit 
TerabitBySIDef 
Kilobyte 
KilobyteBySIDef 
Megabyte 
MegabyteBySIDef 
Gigabyte 
GigabyteBySIDef 
Terabyte 
TerabyteBySIDef 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Data

See Also

© 2010 All Rights Reserved.