mcs::units::static_multiply< static_rational< N1, D1 >, static_rational< N2, D2 > > Struct Template Reference

multiply rational numbers More...

#include <static_rational.hpp>

List of all members.

Public Types

typedef static_rational< N1
*N2, D1 *D2 >::type 
type


Detailed Description

template<integer_type N1, integer_type D1, integer_type N2, integer_type D2>
struct mcs::units::static_multiply< static_rational< N1, D1 >, static_rational< N2, D2 > >

multiply rational numbers

Definition at line 147 of file static_rational.hpp.


Member Typedef Documentation

template<integer_type N1, integer_type D1, integer_type N2, integer_type D2>
typedef static_rational<N1*N2,D1*D2>::type mcs::units::static_multiply< static_rational< N1, D1 >, static_rational< N2, D2 > >::type

Definition at line 149 of file static_rational.hpp.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 2 22:25:07 2007 for physical_svn by  doxygen 1.5.1-p1
hosted on SourceForge.net Logo