Class AbstractOptimisable
Inheritance
System.Object
AbstractOptimisable
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class AbstractOptimisable : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Parameter1
Declaration
public double Parameter1 { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Parameter2
Declaration
public double Parameter2 { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods