Parameters represents constants for the mathematical model, values of which can lazily be evaluated.
public class ParD0| Definition | Definition of the variable. |
| Dimension | Dimension of the parameter symbol. |
| Key | Key of the variable. |
| ValuesDefinition | Definition of source of values of the parameter. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetIndices | Returns an immutable collection of the parameter indices. |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |
| Addition(Double, ParD0) | Adds two scalars and returns the resulting scalar. |
| Addition(ParD0, Double) | Adds two scalars and returns the resulting scalar. |
| Division(ParD0, Sca) | Divides a scalar by another and returns the resulting scalar. |
| Division(Sca, ParD0) | Divides a scalar by another and returns the resulting scalar. |
| Multiply(ParD0, Sca) | Multiplies two scalars and returns the resulting scalar. |
| Multiply(Sca, ParD0) | Multiplies two scalars and returns the resulting scalar. |
| UnaryNegation(ParD0) | Implicitly converts the parameter to a scalar, and returns its negation. |