Class OptimisationResultsPair<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
OptimisationResultsPair<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.Optimisation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class OptimisationResultsPair<T> : APIBase, IEquatable<APIBase> where T : SafetyFactorOptimisationStepResult
Type Parameters
Name | Description |
---|---|
T |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Results
Declaration
public SafetyFactorOptimisationResults<T> Results { get; }
Property Value
Type | Description |
---|---|
SafetyFactorOptimisationResults<T> |
ResultsWithoutWarnings
Declaration
public SafetyFactorOptimisationResults<T> ResultsWithoutWarnings { get; }
Property Value
Type | Description |
---|---|
SafetyFactorOptimisationResults<T> |
Implements
System.IEquatable<T>