Method |
Description |
= |
Assignment operator. This method performs implicit conversion when you work with MReal instances. |
= |
Assignment operator. This method performs implicit conversion when you work with MReal instances. |
== |
Determine whether this MReal instance is equal to the MReal instance passed in as a parameter. |
downCast |
Safe cast operation for MReal objects. |
downCast |
Safe cast operation for MReal objects. |
 getAsDouble |
Convert to double. |
 getAsFloat |
Convert to float. |
 getClassDescription |
Return the MPrimitiveClassDescription that governs this MReal instance. |
 getClassName |
Return the char* "MReal" when called for an instance of MReal. |
MReal |
Constructs an MReal instance. This copy constructor creates a copy of the data you pass in and creates an MReal instance for it. |
MReal |
Constructs an MReal instance. This constructor encapsulates a double as an MReal. |
MReal |
Constructs an MReal instance. This constructor encapsulates a float as an MReal. |
 toString |
Print this MReal as an MString. |