![]() |
The concept Kinetic::Simulator::Time represents time in the simulator.
| Kinetic::Simulator::Time a ( NT); | |
|
Construct an instance of time from a number
type, where NT is the number type used in the simulation.
| |
| std::ostream& | std::ostream& << Time | |
| double | to_double ( Time) | |
| std::pair<double, double> | to_interval ( Time) | |
Comparisons with other Kinetic::Simulator::Time objects are supported.
double, Kinetic::FunctionKernel::Root