FloatValueAccumulatorMetadata
¶
Defines properties and message types for FloatValueAccumulator.
Inherits properties and message types from ValueAccumulatorMetadata.
FloatValueAccumulatorMetadata.IncrementSizeSourceProperty¶ | The property type set on this node that determines the increment size of this Float Value Accumulator. |
FloatValueAccumulatorMetadata.IncrementSizeProperty¶ | The size of the increments of this Float Value Accumulator. |
FloatValueAccumulatorMetadata.TargetPropertyTypeProperty¶ | The property type on this node that this Float Value Accumulator updates. |
FloatValueAccumulatorMetadata.TargetPropertyFieldProperty¶ | The field of the target property on a node which where the values of the input property are accumulated. |
FloatValueAccumulatorMetadata.MinimumAccumulatedValueProperty¶ | The minimum total accumulated float value. |
FloatValueAccumulatorMetadata.MaximumAccumulatedValueProperty¶ | The maximum total accumulated float value. |
FloatValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessage¶ | Sets the minimum and maximum total accumulated float value. Arguments: FloatValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.
MinimumAccumulatedValueProperty¶ | Sets the minimum total accumulated float value. Example
|
MaximumAccumulatedValueProperty¶ | Sets the maximum total accumulated float value. Example
|