.. index:: pair: struct; P1::ImageSdk::Rational .. _doxid-struct_p1_1_1_image_sdk_1_1_rational: struct P1::ImageSdk::Rational ============================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Rational { // fields int32_t :target:`Numerator`; int32_t :target:`Denominator`; // methods double :target:`DoubleValue`() const; std::string :target:`ToString`() const; };