User Tools

Site Tools


setlimit_set_smooth_data_distribution_steprealclass_.htm
Navigation:  ABC Library Reference > StepRealClass > StepRealClass Methods >====== SetLimit (set smooth data distribution:StepRealClass) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SetLimit( lower, upper ), VIRTUAL

blk2blue.jpg

SetLimit Sets the StepRealClass object's evenly distributed steps between upper and lower.
lower An integer constant, variable, EQUATE, or expression that specifies the StepRealClass object's lower boundary.
upper An integer constant, variable, EQUATE, or expression that specifies the StepRealClass object's upper boundary.

The SetLimit method sets the StepRealClass object's evenly distributed steps between upper and lower. The StepRealClass object (GetPercentile and GetValue methods) uses these steps to estimate key values and percentiles for the processed data.

Implementation:

The BrowseClass.ResetThumbLimits (a PRIVATE method) and the ProcessClass.SetProgressLimits methods call the SetLimit method to calculate the expected data distribution for the data. The SetLimit method sets 100 evenly distributed “steps” or markers between lower and upper.

Example:

MyStep.SetLimit(1,9700)   !establish scrollbar steps and boundaries

See Also:     GetPercentile, GetValue, ProcessClass.SetProgressLimits

setlimit_set_smooth_data_distribution_steprealclass_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1