GenericMeasureInfo Class

Definition

Class output by Measure-Object.

public ref class GenericMeasureInfo sealed : Microsoft::PowerShell::Commands::MeasureInfo
public ref class GenericMeasureInfo sealed : Microsoft::PowerShell::Commands::MeasureInfo
class GenericMeasureInfo sealed : Microsoft::PowerShell::Commands::MeasureInfo
public sealed class GenericMeasureInfo : Microsoft.PowerShell.Commands.MeasureInfo
type GenericMeasureInfo = class
    inherit MeasureInfo
Public NotInheritable Class GenericMeasureInfo
Inherits MeasureInfo
Inheritance
GenericMeasureInfo

Constructors

GenericMeasureInfo()

Initializes a new instance of the GenericMeasureInfo class.

Properties

Average

The average of property values.

Count

Keeping track of number of objects with a certain property.

Maximum

The max of property values.

Minimum

The min of property values.

Property

Property name.

(Inherited from MeasureInfo)
StandardDeviation

The Standard Deviation of property values.

Sum

The sum of property values.

Applies to