Represents a quantity of frequency, which is the number cycles (count) over time
Represents a quantity of frequency, which is the number cycles (count) over time
0.1
Represents a quantity of Time
Represents a quantity of Time
0.1
Represents a rate of change over time of the integral quantity
Represents a rate of change over time of the integral quantity
The type of quantity changing
0.1
Represents a Quantity type used as the integral of a time derivative
Represents a Quantity type used as the integral of a time derivative
The Quantity type for the TimeDerivative for which this is the base
0.1
Represents an intermediate value used in 2nd derivative time calculations
Represents an intermediate value used in 2nd derivative time calculations
Create objects by calling the Time.squared method.
q1 / TimeSquared(t1, t2) == q1 / t1 / t2 == q1 / (t1 * t2)
q2 * TimeSquared(t1, t2) == q2 * t1 * t2
q1 / t1.squared == q1 / t1 / t1
q2 * t1.squared == q2 * t1 * t1
where q1 is a second degree time integral and q2 is a second degree time derivative
Time
Time
0.5.1
0.1