Click or drag to resize

ShiftedWaveletTreeSumSWTSum Structure

Sum value calculation functional.

Namespace:  FinAnalysis.BurstDetection
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public struct SWTSum : IBurstDetectionFunctional

The ShiftedWaveletTreeSumSWTSum type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initialize object fields.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodUpdate(Double)
Calculate sum value for object and value.
Public methodUpdate(Double, Double)
Calculate sum value from raw data.
Public methodUpdate(IBurstDetectionFunctional, IBurstDetectionFunctional)
Calculate sum value for underlying objects.
Public methodValue
The C# Interfaces cannot contain operators, so this function do this.
Top
See Also