Skip to content

ISimpleStatistics Interface

Provides access to Statistics.

Members

Name Description
Read-only property Count The number of elements.
Read-only property DataType Returns data type (defined by VARIANT::vt)
Read-only property Maximum The maximum value.
Read-only property Mean The mean value.
Read-only property Minimum The minimum value.
Read-only property StandardDeviation The standard deviation.

ISimpleStatistics.Count Property

The number of elements.

Public ReadOnly Property Count As Double
public double Count {get;}

ISimpleStatistics.DataType Property

Returns data type (defined by VARIANT::vt).

Public ReadOnly Property DataType As Object
public object DataType {get;}

ISimpleStatistics.Maximum Property

The maximum value.

Public ReadOnly Property Maximum As Double
public double Maximum {get;}

ISimpleStatistics.Mean Property

The mean value.

Public ReadOnly Property Mean As Double
public double Mean {get;}

ISimpleStatistics.Minimum Property

The minimum value.

Public ReadOnly Property Minimum As Double
public double Minimum {get;}

ISimpleStatistics.StandardDeviation Property

The standard deviation.

Public ReadOnly Property StandardDeviation As Double
public double StandardDeviation {get;}

Classes that implement ISimpleStatistics

Classes Description
LasAttributeStatistics Esri LasAttributeStatistics object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.