Skip to content

48feec1c 0374 1709 7df6 01f3c8e50f50

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

IMassUnitSelector Interface

Interface for Mass 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 IMassUnitSelector : IUnitSelector

C#

public interface IMassUnitSelector : IUnitSelector

VB

Public Interface IMassUnitSelector
	Inherits IUnitSelector

VB

Public Interface IMassUnitSelector
	Inherits IUnitSelector

C++

public interface class IMassUnitSelector : IUnitSelector

C++

public interface class IMassUnitSelector : IUnitSelector

F#

type IMassUnitSelector =  
    interface
        interface IUnitSelector
    end

F#

type IMassUnitSelector =  
    interface
        interface IUnitSelector
    end

The IMassUnitSelector type exposes the following members.

Properties

 

Name Description
Public property BaseUnit Gets the base unit. (Inherited from IUnitSelector.)
Public property ChineseMetricOunces Gets the chinese metric ounce.
Public property DutchMetricOunces Gets the dutch metric ounce.
Public property Grams Gets the gram.
Public property InternationalAvoirdupoisOunces Gets the international avoirdupois ounce.
Public property InternationalTroyOunces Gets the international troy ounce.
Public property KiloGrams Gets the kilo gram.
Public property MariaTheresaOunces Gets the maria theresa ounce.
Public property Ounces Gets the ounce.
Public property SpanishOunces Gets the spanish ounce.
Public property Tonnes Gets the tonne.
  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