TimeDerivative

trait TimeDerivative[A <: Quantity[A] & TimeIntegral[_]]

Represents a rate of change over time of the integral quantity

Represents a rate of change over time of the integral quantity

Type Params
A

The type of quantity changing

Authors

garyKeorkunian

Since

0.1

class Object
trait Matchable
class Any

Value members

Concrete methods

def *(that: Time): A

Returns the amount of change in the integral that will happen over the given Time

Returns the amount of change in the integral that will happen over the given Time

Value Params
that

Time

def /(that: A): Frequency

Returns the portion of quantity change per unit of Time

Returns the portion of quantity change per unit of Time

Value Params
that

The amount of Quantity