Class SafetyFactorOptimisationResults<T>
Inheritance
System.Object
SafetyFactorOptimisationResults<T>
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SafetyFactorOptimisationResults<T> : APIBase, IEquatable<APIBase> where T : SafetyFactorOptimisationStepResult
Type Parameters
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Values
Declaration
public ReadOnlyCollection<T> Values { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<T> |
|
Implements
System.IEquatable<T>
Extension Methods