Class LoadCaseOverallEfficiencyResult
Inheritance
System.Object
LoadCaseOverallEfficiencyResult
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class LoadCaseOverallEfficiencyResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Duration
Declaration
public double Duration { get; }
Property Value
| Type |
Description |
| System.Double |
|
Efficiency
Declaration
public double Efficiency { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double EnergyInput { get; }
Property Value
| Type |
Description |
| System.Double |
|
EnergyLost
Declaration
public double EnergyLost { get; }
Property Value
| Type |
Description |
| System.Double |
|
EnergyOutput
Declaration
public double EnergyOutput { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods