Method |
Description |
= |
Assignment operator. |
== |
Checks whether this MFixed is equal to the MFixed passed in as a parameter. |
downCast |
Safe cast operation for MFixed. |
downCast |
Safe cast operation for MFixed. |
 getAsDouble |
Return the number encapsulated by this MFixed instance as a double. |
 getClassDescription |
Return the MBaseClassDescription for this MFixed. |
 getClassName |
Return the class name as a char*. |
MFixed |
Construct an MFixed instance. This is a copy constructor. |
MFixed |
Construct an MFixed instance using the specified class registry, type, and string value. |
MFixed |
Construct an MFixed instance from a existing double. |
 toString |
Converts this MFixed to an MString. |