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


In This Topic
    StatisticsResult Class Properties
    In This Topic

    For a list of all members of this type, see StatisticsResult members.

    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