Class AbstractMeasuredDynamicResponseAtTime
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractMeasuredDynamicResponseAtTime
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses.Reporting
Assembly: SMT.MastaAPI.13.0.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
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>