Class AbstractOptimisable
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.Optimisation
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class AbstractOptimisable : APIBase, IEquatable<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>