Skip to main content

Times

Type Alias Times 

Source
pub type Times<T = Time> = QuantityVector<T>;
Expand description

The variable of integration values.

Aliased Typeยง

pub struct Times<T = Time>(/* private fields */);