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

Calculates (and applies) the variability for either the perception time or actuation time

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public delegate long ResponseTimeVariabilityCalculator(
	long defaultTime,
	double threshold
)

Parameters

defaultTime
Type: System..::..Int64
The default perception or actuation time
threshold
Type: System..::..Double
The threshold from which perception or actuation time can vary

Return Value

The perception or actuation time with the variability applied

See Also