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