For a list of all members of this type, see StatFunction members.
Public Properties
| Name | Description |
 | ResultPropertyName | Gets or sets the unique, case-sensitive property name from which the result of the statistical function can be retrieved. |
 | SourcePropertyName | Gets or sets the name of the column whose values will be used to calculate the result of the statistical function. |
Top
Protected Properties
| Name | Description |
 | IsInitialized | Gets a value indicating whether the Initialize method has been called, indicating that the types in which the values will be accumulated have been initialized. |
 | IsSealed | Gets a value indicating whether an instance of a statistical function is in an immutable state. |
 | PrerequisiteFunctions | Gets a list of the statistical functions whose results are required by the current function in order to calculate its own result. |
 | RequiresAccumulation | Gets a value indicating whether the statistical function needs to accumulate its own results. |
Top
See Also