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