Click or drag to resize

measureTrendTakerIsCumulative Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
True if the measured value represents a cumulative measure, e.g. bytes downloaded so far

Namespace:  imbSCI.DataComplex.trends
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public bool IsCumulative { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is cumulative; otherwise, false.
See Also