| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > StepClass > StepClass Methods >====== GetValue (return a percentile's value:StepClass) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[getpercentile return a value s percentile stepclass .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[init initialize the stepclass object .htm|{{btn_next_n.gif|Next page}}]] | | || **GetValue(** //percentile //**), VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} | **GetValue** | Returns the specified //percentile//'s value relative to the StepClass object's boundaries. | | //percentile// | An integer constant, variable, EQUATE, or expression that specifies the percentile for which to retrieve the value. | The **GetValue **method returns the specified //percentile//'s value relative to the StepClass object's upper and lower boundaries. **Implementation:** The GetValue method is a placeholder method for classes derived from StepClass--StepLongClass, StepRealClass, StepStringClass, StepCustomClass, etc. **Return Data Type:**     STRING **See Also:     **[[getvalue return a percentile s value steplongclass .htm|StepLongClass.GetValue]], [[getvalue return a percentile s value steprealclass .htm|StepRealClass.GetValue]], [[getvalue return a percentile s value .htm|StepStringClass.GetValue]], [[getvalue return a percentile s value stepcustomclass .htm|StepCustomClass.GetValue]]