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


Syntax

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

Members

Member Description
Gray  
Yottagray  
Zettagray  
Exagray  
Petagray  
Teragray  
Gigagray  
Megagray  
Kilogray  
Hectogray  
Dekagray  
Decigray  
Centigray  
Milligray  
Microgray  
Nanogray  
Picogray  
Femtogray  
Attogray  
Zeptogray  
Yoctogray  
Rad  
JoulePerKilogram  
JoulePerGram  
JoulePerCentigram  
JoulePerMilligram  

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.AbsorbedDose

See Also