Class DutyCyclePropertySummaryVeryShortLength<T>
Inheritance
System.Object
DutyCyclePropertySummaryVeryShortLength<T>
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.Property
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class DutyCyclePropertySummaryVeryShortLength<T> : DutyCyclePropertySummary<Stress, T>, IEquatable<APIBase>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
AverageValue
Declaration
public double AverageValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
MaximumValue
Declaration
public double MaximumValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
MinimumValue
Declaration
public double MinimumValue { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>