Version

PercentData Class Members

The following tables list the members exposed by PercentData.

Public Constructors
 NameDescription
Public ConstructorPercentData Constructor  
Public Properties
 NameDescription
Public PropertyRangeGets the Range between the Minimum and Maximum values.  
Protected Properties
 NameDescription
Protected Internal PropertyGeneratedMaximumValueGets / sets the value determined to be the maximum from the data.  
Protected Internal PropertyGeneratedMinimumValueGets / sets the value determined to be the minimum from the data.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreatePercentDataCreates a PercentData object from the inputted values.  
Protected Methods
 NameDescription
Protected Internal MethodGetPercentValueDetermines the percentage that the value is displaced from the GeneratedMinimumValue.  
Protected Internal MethodGetRealValueDetermines the real value that would be associated with a given percentage in the given range.  
See Also