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


Syntax

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

Members

Member Description
MolesPerLitre  
MolesPerMetreCubed  
MolesPerCentimetreCubed  
MolesPerMilimetreCubed  
KilomolesPerLitre  
KilomolesPerMetreCubed  
KilomolesPerCentimetreCubed  
KilomolesPerMilimetreCubed  
MillimolesPerLitre  
MillimolesPerMetreCubed  
MillimolesPerCentimetreCubed  
MillimolesPerMilimetreCubed  

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ConcentrationMolar

See Also