Class InPlaceComputation<TIn1, TIn2>
Represents an in-place computation
Inherited Members
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public abstract class InPlaceComputation<TIn1, TIn2> : ComputationBase<TIn1, TIn2>, IPersistor, ITraceEntry where TIn1 : class where TIn2 : class
Type Parameters
Name | Description |
---|---|
TIn1 | The type of the first input parameter |
TIn2 | The type of the second input parameter |
Constructors
| Edit this page View SourceInPlaceComputation(InPlaceTransformationRuleBase<TIn1, TIn2>, IComputationContext, TIn1, TIn2)
Creates a new in-place computation for the given transformation rule and the given transformation context
Declaration
protected InPlaceComputation(InPlaceTransformationRuleBase<TIn1, TIn2> transformationRule, IComputationContext context, TIn1 input1, TIn2 input2)
Parameters
Type | Name | Description |
---|---|---|
InPlaceTransformationRuleBase<TIn1, TIn2> | transformationRule | The transformation rule for this computation |
IComputationContext | context | The transformation context in which this computations resides |
TIn1 | input1 | The first input parameter for this computation |
TIn2 | input2 | The second input parameter for this computation |