User Tools

Site Tools


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

SetLimit( lower, upper ), VIRTUAL

blk2blue.jpg

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

The SetLimit method sets the StepLongClass object's evenly distributed steps between upper and lower. The StepLongClass 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_steplongclass_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1