ParD0 Class

A 0-dimensional (scalar) parameter symbol.

Parameters represents constants for the mathematical model, values of which can lazily be evaluated.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public class ParD0
Inheritance
Object    ParD0

Properties

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.

Methods

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)

Operators

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.

See Also