Creates a Scalar.Variable object.
Using the contructor directly for creating vector objects is not recommended.
The name with which the Scalar.Variable is going to be identified.
The name with which the Scalar.Variable is going to be identified.
Creates and returns a Scalar.Expression for the addition of
two Scalar objects. The type of this does not matter because
adding a variable scalar to another scalar always results in an expresion.
Expression for sum of this and that.
Creates and returns a Scalar.Expression for the division of
two Scalar objects. The type of this does not matter because
dividing a variable scalar by another scalar always results in an expresion.
Expression for dividing this by that.
Creates and returns a Scalar.Expression for the multiplication of
two Scalar objects. The type of this does not matter because
multiplying a variable scalar by another scalar always results in an expresion.
Expression for subtracting that from this.
Creates and returns a Vector.Expression for the scaling of
a Vector object. The type of this does not matter because
scaling a variable vector by a scalar always results in an expresion.
Expression for scaling that by this.
Creates and returns a Scalar.Expression for exponentiation of
two Scalar objects. The type of this does not matter because
exponentiating a scalar by a variable scalar always results in an expresion.
Expression for exponentiating this by that.
Creates and returns a Scalar.Expression for the subtraction of
two Scalar objects. The type of this does not matter because
subtracting a variable scalar from another scalar always results in an expresion.
Expression for subtracting that from this.
Generated using TypeDoc
Represents a variable scalar quantity with no fixed value.
Scalar