Skip to content

7917a912 f1f1 f3a8 0c1b 1353b7fe709a

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

IPressureUnitSelector Interface

Interface for Pressure unit selector.

Namespace: Sundew.Quantities.Mechanics.UnitSelection
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public interface IPressureUnitSelector : IUnitSelector

C#

public interface IPressureUnitSelector : IUnitSelector

VB

Public Interface IPressureUnitSelector
	Inherits IUnitSelector

VB

Public Interface IPressureUnitSelector
	Inherits IUnitSelector

C++

public interface class IPressureUnitSelector : IUnitSelector

C++

public interface class IPressureUnitSelector : IUnitSelector

F#

type IPressureUnitSelector =  
    interface
        interface IUnitSelector
    end

F#

type IPressureUnitSelector =  
    interface
        interface IUnitSelector
    end

The IPressureUnitSelector type exposes the following members.

Properties

 

Name Description
Public property Bars Gets the bar.
Public property BaseUnit Gets the base unit. (Inherited from IUnitSelector.)
Public property Pascals Gets the pascal.
Public property Psi Gets the pounds per square inch.
Public property StandardAtmospheres Gets the Standard Atmosphere.
Public property TechnicalAtmospheres Gets the Technical Atmosphere.
Public property Torrs Gets the Torr.
  Back to Top

Methods

 

Name Description
Public method GetDefaultUnits Gets the default units. (Inherited from IUnitSelector.)
  Back to Top

See Also

Reference

Sundew.Quantities.Mechanics.UnitSelection Namespace

Clone this wiki locally