ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / StatisticsResult Class
Properties


In This Topic
    StatisticsResult Class Members
    In This Topic

    The following tables list the members exposed by StatisticsResult.

    Public Properties
     NameDescription
    Public PropertyThe result of the StatisticsFunction.Average if this function was set as an input; double.NaN otherwise.  
    Public PropertyThe result of the StatisticsFunction.Count if this function was set as an input; int.MinValue otherwise.  
    Public PropertyGets the Field upon which one or more statistics functions were performed.  
    Public PropertyThe result of the StatisticsFunction.Max if this function was set as an input; double.NaN otherwise.  
    Public PropertyThe result of the StatisticsFunction.Min if this function was set as an input; double.NaN otherwise.  
    Public PropertyThe result of the StatisticsFunction.StandardDeviation if this function was set as an input; double.NaN otherwise.  
    Public PropertyThe result of the StatisticsFunction.Sum if this function was set as an input; double.NaN otherwise.  
    Top
    See Also