Skip to content

89478d92 5223 656a 1aad ad706208360b

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

MagneticFluxDensityUnitSelector Class

Unit selector for MagneticFluxDensity.

Inheritance Hierarchy

System.Object
  Sundew.Quantities.Engine.UnitSelection.ExponentSelector(IMagneticFluxDensityUnitSelector, IPrefixSelector(IMagneticFluxDensityUnitSelector))
    Sundew.Quantities.Engine.UnitSelection.PrefixSelector(IMagneticFluxDensityUnitSelector, IPrefixSelector(IMagneticFluxDensityUnitSelector))
      Sundew.Quantities.Electromagnetism.UnitSelection.MagneticFluxDensityUnitSelector
Namespace: Sundew.Quantities.Electromagnetism.UnitSelection
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public class MagneticFluxDensityUnitSelector : PrefixSelector<IMagneticFluxDensityUnitSelector, IPrefixSelector<IMagneticFluxDensityUnitSelector>>, 
	IMagneticFluxDensityUnitSelector, IUnitSelector

C#

public class MagneticFluxDensityUnitSelector : PrefixSelector<IMagneticFluxDensityUnitSelector, IPrefixSelector<IMagneticFluxDensityUnitSelector>>, 
	IMagneticFluxDensityUnitSelector, IUnitSelector

VB

Public Class MagneticFluxDensityUnitSelector
	Inherits PrefixSelector(Of IMagneticFluxDensityUnitSelector, IPrefixSelector(Of IMagneticFluxDensityUnitSelector))
	Implements IMagneticFluxDensityUnitSelector, IUnitSelector

VB

Public Class MagneticFluxDensityUnitSelector
	Inherits PrefixSelector(Of IMagneticFluxDensityUnitSelector, IPrefixSelector(Of IMagneticFluxDensityUnitSelector))
	Implements IMagneticFluxDensityUnitSelector, IUnitSelector

C++

public ref class MagneticFluxDensityUnitSelector : public PrefixSelector<IMagneticFluxDensityUnitSelector^, IPrefixSelector<IMagneticFluxDensityUnitSelector^>^>, 
	IMagneticFluxDensityUnitSelector, IUnitSelector

C++

public ref class MagneticFluxDensityUnitSelector : public PrefixSelector<IMagneticFluxDensityUnitSelector^, IPrefixSelector<IMagneticFluxDensityUnitSelector^>^>, 
	IMagneticFluxDensityUnitSelector, IUnitSelector

F#

type MagneticFluxDensityUnitSelector =  
    class
        inherit PrefixSelector<IMagneticFluxDensityUnitSelector, IPrefixSelector<IMagneticFluxDensityUnitSelector>>
        interface IMagneticFluxDensityUnitSelector
        interface IUnitSelector
    end

F#

type MagneticFluxDensityUnitSelector =  
    class
        inherit PrefixSelector<IMagneticFluxDensityUnitSelector, IPrefixSelector<IMagneticFluxDensityUnitSelector>>
        interface IMagneticFluxDensityUnitSelector
        interface IUnitSelector
    end

The MagneticFluxDensityUnitSelector type exposes the following members.

Constructors

 

Name Description
Public method MagneticFluxDensityUnitSelector Initializes a new instance of the MagneticFluxDensityUnitSelector class
  Back to Top

Properties

 

Name Description
Public property Atto Gets the atto. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property BaseUnit Gets the base unit.
Public property Centi Gets the centi. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Cubic Gets the cubic. (Inherited from ExponentSelector(TUnits, TPrefixesAndUnits).)
Public property Deca Gets the deca. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Deci Gets the deci. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Exa Gets the exa. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Femto Gets the femto. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Giga Gets the giga. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Hecto Gets the hecto. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Kilo Gets the kilo. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Mega Gets the mega. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Micro Gets the micro. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Milli Gets the milli. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Nano Gets the nano. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Peta Gets the peta. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Pico Gets the pico. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Quartic Gets the quartic. (Inherited from ExponentSelector(TUnits, TPrefixesAndUnits).)
Public property Quintic Gets the quintic. (Inherited from ExponentSelector(TUnits, TPrefixesAndUnits).)
Public property Square Gets the square. (Inherited from ExponentSelector(TUnits, TPrefixesAndUnits).)
Public property Tera Gets the tera. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Teslas Gets the Tesla.
Public property Yocto Gets the yocto. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Yotta Gets the yotta. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Zepto Gets the zepto. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public property Zetta Gets the zetta. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
  Back to Top

Methods

 

Name Description
Public method By Specifies the prefix by the specified factor. (Inherited from PrefixSelector(TUnits, TPrefixedUnits).)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDefaultUnits Gets the default units.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetPrefixesAndUnits Gets the prefixes and units. (Overrides ExponentSelector(TUnits, TPrefixesAndUnits).GetPrefixesAndUnits().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method GetUnits Gets the units. (Overrides PrefixSelector(TUnits, TPrefixedUnits).GetUnits().)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method P Wraps the specified Expression in a ParenthesisExpression. (Inherited from ExponentSelector(TUnits, TPrefixesAndUnits).)
Public method SpecifyExponent Specifies the exponent. (Inherited from ExponentSelector(TUnits, TPrefixesAndUnits).)
Public method SpecifyPrefix Specifies the prefix. (Inherited from ExponentSelector(TUnits, TPrefixesAndUnits).)
Public method SpecifyUnit Selects the unit based on the specified magnitude, prefix and base unit. (Inherited from ExponentSelector(TUnits, TPrefixesAndUnits).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

Sundew.Quantities.Electromagnetism.UnitSelection Namespace

Clone this wiki locally