ArcGIS Runtime SDK for WPF - Library Reference
Statistics Property
See Also 
ESRI.ArcGIS.Client Namespace > RasterInfo Class : Statistics Property

Gets the statistics.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Statistics As IEnumerable(Of Double())
C# 
public IEnumerable<double[]> Statistics {get;}

Property Value

The enumeration of [<min1>, <max1>, <mean1>, <standardDeviation1>].

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.