|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
| TBinaryInformationUnit (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
| TBinaryInformationUnit (const TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > &iOther) |
|
template<typename T > |
| TBinaryInformationUnit (T iValue) |
| C-Tors. More...
|
|
| operator double () const |
|
| operator uint32 () const |
|
| operator uint64 () const |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
bool | operator!= (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > & | operator*= (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > & | operator*= (double iValue) |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > & | operator+= (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > & | operator+= (double iValue) |
|
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > | operator- () const |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > & | operator-= (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > & | operator-= (double iValue) |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > & | operator/= (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
TBinaryInformationUnit< SELF_STD, SELF_POW, SELF_SEQ > & | operator/= (double iValue) |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
bool | operator< (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
bool | operator<= (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
bool | operator== (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
bool | operator> (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
template<eMetricSystemStandard OTHER_STD, uint8 OTHER_POW, uint8 OTHER_SEQ> |
bool | operator>= (const TBinaryInformationUnit< OTHER_STD, OTHER_POW, OTHER_SEQ > &iOther) |
|
double | Value () const |
|