GenericMeasureInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |