Skip to content

4fd3bdcc d423 c972 209a d505cdc93f5d

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

IUnitFactory Interface

Interface for implementing a unit factory.

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

Syntax

C#

public interface IUnitFactory

C#

public interface IUnitFactory

VB

Public Interface IUnitFactory

VB

Public Interface IUnitFactory

C++

public interface class IUnitFactory

C++

public interface class IUnitFactory

F#

type IUnitFactory =  interface end

F#

type IUnitFactory =  interface end

The IUnitFactory type exposes the following members.

Methods

 

Name Description
Public method Create(Expression) Creates an unit for the specified expression.
Public method Create(IReductionResult) Creates the specified reduction result.
Public method CreateDerivedUnit(Expression) Creates the derived unit.
Public method CreateDerivedUnit(IReductionResult) Creates the derived unit.
Public method CreateDerivedUnit(IReductionResult, IReductionResult) Creates the derived unit.
Public method CreatePrefixedUnit Creates the prefixed unit.
  Back to Top

See Also

Reference

Sundew.Quantities.Engine Namespace

Clone this wiki locally