Skip to content

53660a31 d49a 74c9 e172 877121f273a2

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

IQuantityOperation(TRhs) Interface

Interface for implementing IQuantity operations.

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

Syntax

C#

public interface IQuantityOperation<in TRhs>

C#

public interface IQuantityOperation<in TRhs>

VB

Public Interface IQuantityOperation(Of In TRhs)

VB

Public Interface IQuantityOperation(Of In TRhs)

C++

generic<typename TRhs>
public interface class IQuantityOperation

C++

generic<typename TRhs>
public interface class IQuantityOperation

F#

type IQuantityOperation<'TRhs> =  interface end

F#

type IQuantityOperation<'TRhs> =  interface end

Type Parameters

 

TRhs
The type of the RHS.
  The IQuantityOperation(TRhs) type exposes the following members.

Methods

 

Name Description
Public method Execute Executes the specified LHS.
  Back to Top

See Also

Reference

Sundew.Quantities.Engine.Operations Namespace

Clone this wiki locally