Kinetic::Simulator::Time

Definition

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.

Operations

std::ostream& std::ostream& << Time
Write it to a stream.

double to_double ( Time)
Return a double approximation of the time value.

std::pair<double, double> to_interval ( Time)
Return an interval containing the time value.

Comparisons with other Kinetic::Simulator::Time objects are supported.

Has Models

double, Kinetic::FunctionKernel::Root

See Also

Kinetic::Simulator