Helps create erased provided unit-of-measure annotations.
| Static member | Description | 
            
                
              
              
             | 
          
             
                 
               
                 
              
                
 Returns a type where the type has been annotated with the given types and/or units-of-measure.
 e.g. float 
  | 
        
            
                
              
              
             | 
          
             
                 
               
                 
              Returns the measure indicating the inverse of two units of measure, e.g. 1 / s 
 
  | 
        
            
                
              
               | 
          
             
                 
               
                 
              Gets the measure indicating the "1" unit of measure, that is the unitless measure. 
  | 
        
            
                
              
              
             | 
          
             
                 
               
                 
              Returns the measure indicating the product of two units of measure, e.g. kg * m 
  | 
        
            
                
              
              
             | 
          
             
                 
               
                 
              Returns the measure indicating the ratio of two units of measure, e.g. kg / m 
  | 
        
            
                
              
               | 
          
             
                 
               
                 
              Returns the measure for an SI unit from the F# core library, where the string is in capitals and US spelling, e.g. Meter 
 
  | 
        
            
                
              
              
             | 
          
             
                 
               
                 
              Returns the measure indicating the square of a unit of measure, e.g. m * m 
 
  |