Class InPlaceComputation
Represents an in-place computation
Inherited Members
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public abstract class InPlaceComputation : ComputationBase, IPersistor, ITraceEntry
Constructors
| Edit this page View SourceInPlaceComputation(InPlaceTransformationRuleBase, IComputationContext, object[])
Creates a new in-place computation for the given transformation rule and the given transformation context
Declaration
protected InPlaceComputation(InPlaceTransformationRuleBase transformationRule, IComputationContext context, object[] inputs)
Parameters
Type | Name | Description |
---|---|---|
InPlaceTransformationRuleBase | transformationRule | The transformation rule for this computation |
IComputationContext | context | The transformation context in which this computations resides |
object[] | inputs | The input parameters for this computation |