[This is preliminary documentation and is subject to change.]

Changes the deficit of the specified drive based on the current input

Namespace: Clarion.Framework.Templates
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public delegate double DeficitChangeProcessor(
	ActivationCollection currentInput,
	Drive target
)

Parameters

currentInput
Type: Clarion.Framework..::..ActivationCollection
The current input
target
Type: Clarion.Framework.Templates..::..Drive
(optional) The drive whose deficit is being updated

Return Value

The new deficit after the deficit change has been processed

See Also