Computes the requested statistic for the data set.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgDrStatisticResult ComputeStatistic( AgEStatistics Statistic ); |
| [Managed C++] |
|---|
public: IAgDrStatisticResult^ ComputeStatistic( AgEStatistics Statistic ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgDrStatisticResult computeStatistic( AgEStatistics Statistic ); |
[Python - STK API ] |
|---|
def ComputeStatistic(self, Statistic:"AgEStatistics") -> "IAgDrStatisticResult": |
- Statistic
Compute statistic on data set
| [C#] | ||
|---|---|---|
| ||
Compute statistic on data set
| [Visual Basic .NET] | ||
|---|---|---|
| ||






