Class AbstractMeasuredDynamicResponseAtTime
Inheritance
System.Object
AbstractMeasuredDynamicResponseAtTime
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Reporting
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractMeasuredDynamicResponseAtTime : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
PercentageIncrease
Declaration
public double PercentageIncrease { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Time
Declaration
public double Time { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>