![]() |
VR-Forces 4.0.4 Class Documentation
|
Go to the source code of this file.
Functions | |
| template<typename T > | |
| T | DtMinValue () |
| template<typename T > | |
| T | DtMaxValue () |
| bool | DtIsEven (int input) |
| bool | DtIsOdd (int input) |
| template<typename T > | |
| bool | DtIsZero (T input) |
| template<> | |
| bool | DtIsZero< float > (float input) |
| template<> | |
| bool | DtIsZero< double > (double input) |
| template<typename T > | |
| bool | DtIsNotZero (T input) |
| T DtMinValue | ( | ) | [inline] |
| T DtMaxValue | ( | ) | [inline] |
References DtIsEven().
Referenced by DtIsNotZero().
| bool DtIsNotZero | ( | T | input | ) | [inline] |
References DtIsZero().