CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::Ratio< Numerical< n >, Numerical< m > > Struct Template Reference

#include <Fraction.h>

List of all members.

Public Types

typedef Fraction< n, m >::type type

Static Public Member Functions

static type combine (const Numerical< n > &, const Numerical< m > &)

Detailed Description

template<int n, int m>
struct funct::Ratio< Numerical< n >, Numerical< m > >

Definition at line 44 of file Fraction.h.


Member Typedef Documentation

template<int n, int m>
typedef Fraction<n, m>::type funct::Ratio< Numerical< n >, Numerical< m > >::type

Definition at line 45 of file Fraction.h.


Member Function Documentation

template<int n, int m>
static type funct::Ratio< Numerical< n >, Numerical< m > >::combine ( const Numerical< n > &  ,
const Numerical< m > &   
) [inline, static]

Definition at line 46 of file Fraction.h.

                                                                         { 
      return fract<n, m>(); 
    }