Click or drag to resize

IBurstDetectionFunctionalUpdate Method (Double, Double)

Calculate object value from raw data.

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

Parameters

lastValue
Type: SystemDouble
Last value.
nextValue
Type: SystemDouble
Next value.
See Also