Class ThermalReductionFactorFactorsAndExponents
Inheritance
System.Object
ThermalReductionFactorFactorsAndExponents
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ThermalReductionFactorFactorsAndExponents : APIBase, IEquatable<APIBase>
Properties
FirstExponent
Declaration
public double FirstExponent { get; }
Property Value
Type |
Description |
System.Double |
|
FirstFactor
Declaration
public double FirstFactor { get; }
Property Value
Type |
Description |
System.Double |
|
SecondExponent
Declaration
public double SecondExponent { get; }
Property Value
Type |
Description |
System.Double |
|
SecondFactor
Declaration
public double SecondFactor { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods