![]() |
![]() |
#include <Fraction.h>
Public Types | |
typedef Fraction< a *c, b *d > ::type | type |
Static Public Member Functions | |
static type | combine (const FractionStruct< a, b > &, const FractionStruct< c, d > &) |
Definition at line 139 of file Fraction.h.
typedef Fraction<a * c, b * d>::type funct::Product< FractionStruct< a, b >, FractionStruct< c, d > >::type |
Definition at line 140 of file Fraction.h.
static type funct::Product< FractionStruct< a, b >, FractionStruct< c, d > >::combine | ( | const FractionStruct< a, b > & | , |
const FractionStruct< c, d > & | |||
) | [inline, static] |
Definition at line 141 of file Fraction.h.
{
return fract<a * c, b * d>();
}