Click or drag to resize

IBurstDetectionFunctionalUpdate Method (IBurstDetectionFunctional, IBurstDetectionFunctional)

Calculate object value for underlying objects.

Namespace:  FinAnalysis.BurstDetection
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
void Update(
	IBurstDetectionFunctional lastValue,
	IBurstDetectionFunctional nextValue
)

Parameters

lastValue
Type: FinAnalysis.BurstDetectionIBurstDetectionFunctional
Last value object.
nextValue
Type: FinAnalysis.BurstDetectionIBurstDetectionFunctional
Next value object.
See Also