IDistribution Members
Include Protected Members
Include Inherited Members
Defines the distribution contract.
The IDistribution type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetRangeValue | When implemented in a class, returns a value that is between 0 and 1 and that represents a point on the distribution curve. | |
Initialize | When implemented in a class, initializes an instance of a distribution class. | |
SetInputValues | When implemented in a class, sets the input values for a distribution. | |
ValidateInputs | Validates that all the required input properties for the distribution have been set. |
Top