Skip to content

c8e1fd5d 3998 ad5d 6e05 87f1a27bb9d3

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

IQuantityAndUnitOperation.Execute Method

Executes the operation.

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

Syntax

C#

double Execute(
	IQuantity lhs,
	IUnit rhs
)

C#

double Execute(
	IQuantity lhs,
	IUnit rhs
)

VB

Function Execute ( 
	lhs As IQuantity,
	rhs As IUnit
) As Double

VB

Function Execute ( 
	lhs As IQuantity,
	rhs As IUnit
) As Double

C++

double Execute(
	IQuantity^ lhs, 
	IUnit^ rhs
)

C++

double Execute(
	IQuantity^ lhs, 
	IUnit^ rhs
)

F#

abstract Execute : 
        lhs : IQuantity * 
        rhs : IUnit -> float 

F#

abstract Execute : 
        lhs : IQuantity * 
        rhs : IUnit -> float 

Parameters

 

lhs
Type: Sundew.Quantities.Engine.Quantities.IQuantity
The LHS quantity.
rhs
Type: Sundew.Quantities.Engine.Representations.Hierarchical.Units.IUnit
The RHS unit.

Return Value

Type: Double
The resulting value.

See Also

Reference

IQuantityAndUnitOperation Interface
Sundew.Quantities.Engine.Operations Namespace

Clone this wiki locally