Class AbstractMeasuredDynamicResponseAtTime
Inheritance
System.Object
AbstractMeasuredDynamicResponseAtTime
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Reporting
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractMeasuredDynamicResponseAtTime : APIBase, IEquatable<APIBase>
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
PercentageIncrease
Ratio of the dynamic and mean values
Measurement: Percentage
Declaration
public double PercentageIncrease { get; }
Property Value
Type | Description |
---|---|
System.Double |
Time
Time during the analysis at which this result occurs.
Measurement: TimeShort
Declaration
public double Time { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>