Uses of Interface
javax.measure.quantity.Dimensionless

Packages that use Dimensionless
com.sentilla.measure.unit Sentilla measurable units libraries for use with sensing and actuation. 
javax.measure.quantity Provides quantitative properties or attributes of thing such as mass, time, distance, heat, and angular separation. 
javax.measure.unit Provides support for programatic unit handling. 
 

Uses of Dimensionless in com.sentilla.measure.unit
 

Methods in com.sentilla.measure.unit that return types with arguments of type Dimensionless
 Unit<Dimensionless> FloatRelativeHumidity.getUnit()
           
 

Uses of Dimensionless in javax.measure.quantity
 

Subinterfaces of Dimensionless in javax.measure.quantity
 interface Angle
          This interface represents the figure formed by two lines diverging from a common point.
 interface DataAmount
          This interface represents a measure of data amount.
 interface SolidAngle
          This interface represents the angle formed by three or more planes intersecting at a common point.
 

Fields in javax.measure.quantity with type parameters of type Dimensionless
static Unit<Dimensionless> Dimensionless.UNIT
          Holds the SI unit (Système International d'Unités) for this quantity.
 

Uses of Dimensionless in javax.measure.unit
 

Fields in javax.measure.unit with type parameters of type Dimensionless
static Unit<Dimensionless> NonSI.DECIBEL
          A logarithmic unit used to describe a ratio (standard name dB).
static Unit<Dimensionless> Unit.ONE
          Holds the dimensionless unit ONE.
static Unit<Dimensionless> NonSI.PERCENT
          A dimensionless unit equals to 0.01 (standard name %).
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.