Class percentage
odtone::mih::percentage
Synopsis
Description
PERCENTAGE data type.
percentage
public
construct/copy/destruct
-
percentage();
Construct a PERCENTAGE data type. It is initialize to 0%.
-
percentage& operator=(uint val);
Set the PERCENTAGE data type value.
Parameters: |
val
|
The percentage value. |
|
Returns: |
The reference to the PERCENTAGE data type. |
percentage
public member functions
-
operator uint();
Get the PERCENTAGE data type value.
Returns: |
The PERCENTAGE data type value. |
-
template<typename ArchiveT> void serialize(ArchiveT & ar);
Serialize/deserialize the PERCENTAGE data type.
Parameters: |
ar
|
The archive to/from where serialize/deserialize the data type. |
|