Creates a Scalar.Variable object.
Using the constructor 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 expression.
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 expression.
Expression for dividing this
by that
.
Checks whether a method exists on the object or as a static member of the class.
Name of the method.
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 expression.
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 expression.
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 expression.
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 expression.
Expression for subtracting that
from this
.
Computes the absolute value of a Scalar.
A constant scalar.
Computes the absolute value of a Scalar.
A scalar variable or expression.
Calculates the inverse trigonometric cosine of a Scalar.
A scalar constant.
Calculates the inverse trigonometric cosine of a Scalar.
A scalar variable or expression.
Calculates the inverse hyperbolic cosine of a Scalar.
A scalar constant.
Calculates the inverse hyperbolic cosine of a Scalar.
A scalar variable or expression.
Calculates the inverse trigonometric sine of a Scalar.
A scalar constant.
Calculates the inverse trigonometric sine of a Scalar.
A scalar variable or expression.
Calculates the inverse hyperbolic sine of a Scalar.
A scalar constant.
Calculates the inverse hyperbolic sine of a Scalar.
A scalar variable or expression.
Calculates the inverse trigonometric tangent of a Scalar.
A scalar constant.
Calculates the inverse trigonometric tangent of a Scalar.
A scalar variable or expression.
Calculates the inverse hyperbolic tangent of a Scalar.
A scalar constant.
Calculates the inverse hyperbolic tangent of a Scalar.
A scalar variable or expression.
Evaluates the smallest integer greater than or equal to a Scalar.
A scalar constant.
Evaluates the smallest integer greater than or equal to a Scalar.
A scalar variable or expression.
Calculates the trigonometric cosine of a Scalar.
A scalar constant.
Calculates the trigonometric cosine of a Scalar.
A scalar variable or expression.
Calculates the hyperbolic cosine of a Scalar.
A scalar constant.
Calculates the hyperbolic cosine of a Scalar.
A scalar variable or expression.
Calculates the exponential of a Scalar.
A scalar constant.
Calculates the exponential of a Scalar.
A scalar variable or expression.
Evaluates the largest integer less than or equal to a Scalar.
A scalar constant.
Evaluates the largest integer less than or equal to a Scalar.
A scalar variable or expression.
Calculates the natural logarithm (to the base \( e \)) of a Scalar.
A scalar constant.
Calculates the natural logarithm (to the base \( e \)) of a Scalar.
A scalar variable or expression.
Calculates the common logarithm (to the base \( 10 \)) of a Scalar.
A scalar constant.
Calculates the common logarithm (to the base \( 10 \)) of a Scalar.
A scalar variable or expression.
Calculates the trigonometric sine of a Scalar.
A constant scalar.
Calculates the trigonometric sine of a Scalar.
A scalar variable or expression
Calculates the hyperbolic sine of a Scalar.
A scalar constant.
Calculates the hyperbolic sine of a Scalar.
A scalar variable or expression.
Calculates the trigonometric tangent of a Scalar.
A scalar constant.
Calculates the trigonometric tangent of a Scalar.
A scalar variable or expression.
Calculates the hyperbolic tangent of a Scalar.
A scalar constant.
Calculates the hyperbolic tangent of a Scalar.
A scalar variable or expression.
Generated using TypeDoc
Represents a variable scalar quantity with no fixed value.