.. index:: pair: struct; EE::UI::Charts::LinearSpan .. _doxid-struct_e_e_1_1_u_i_1_1_charts_1_1_linear_span: struct EE::UI::Charts::LinearSpan ================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct LinearSpan { // fields double :target:`first` { 0.0 }; double :target:`step` { 1.0 }; size_t :target:`count` { 0 }; // methods constexpr size_t :target:`size`() const; constexpr double :target:`operator[]`(size_t index) const; };