INET Framework for OMNeT++/OMNEST
inet::units::internal::fixed_power< N, D,-2, 0 > Struct Template Reference

#include <Units.h>

Static Public Member Functions

template<typename T >
static T pow (const T &t)
 

Member Function Documentation

template<int N, int D>
template<typename T >
static T inet::units::internal::fixed_power< N, D,-2, 0 >::pow ( const T t)
inlinestatic
555  {
556  return 1 / (t * t);
557  }

The documentation for this struct was generated from the following file: