Class AbstractOptimisable
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AbstractOptimisable
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.Optimisation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class AbstractOptimisable : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Parameter1
Measurement: ShortLength
Declaration
public double Parameter1 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Parameter2
Measurement: ShortLength
Declaration
public double Parameter2 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>