Overload | Description |
---|---|
VarianceFunction Constructor() | Initializes a new instance of the VarianceFunction class. |
VarianceFunction Constructor(String,String) | Initializes a new instance of the VarianceFunction class specifying the unique property name from which the result of the function can be retrieved as well as the name of the column whose values will be used to calculate the result. |
VarianceFunction Constructor(String,String,Boolean) | Initializes a new instance of the VarianceFunction class specifying the unique property name from which the result of the function can be retrieved, the name of the column whose values will be used to calculate the result, as well as indicating whether the result is calculated for an entire population |