Click or drag to resize

Pressure Properties

The Pressure type exposes the following members.

Properties
 NameDescription
Public propertyAccuracy Represents the degree confidence that the quantity represented equals the quantity actually measured, controlling how the CompareTo<T> method behaves.
Public propertyDefaultUnit Gets the Type of the Unit in which the IMeasurableclass is denominated.
Public propertyStatic memberMaxValueGets the maximum value of the current type.
Public propertyStatic memberMinValueGets the minimum value of the current type.
Public propertyName Gets the name of the type of measurement.
Public propertyPrecision Represents the range within which the measurement is correct, controlling how the ToString() method behaves.
Public propertyUnit Gets the Unit in which the IMeasurable object is denominated.
Public propertyValue Gets or sets the quantity of units represented by the IMeasurable object.
Top
See Also