Method | Description |
![]() | Assignment operator. This method allows you to directly assign a char value to an MInteger. |
![]() | Assignment operator. This method allows you to directly assign an int value to an MInteger. |
![]() |
Assignment operator. This method allows you to directly assign a long value to an MInteger.
|
![]() | Assignment operator. This method allows you to directly assign a short value to an MInteger. |
![]() | Assignment operator. This method allows you to directly assign an unsigned char to an MInteger. |
![]() | Assignment operator. This method allows you to directly assign an unsigned int value to an MInteger. |
![]() | Assignment operator. This method allows you to directly assign an unsigned long value to an MInteger. |
![]() | Assignment operator. This method allows you to directly assign an unsigned short to an MInteger. |
![]() | Determine whether this integer is equal to the one passed in as a parameter. |
![]() | Safe cast operation for MInteger. |
![]() | Safe cast operation for MInteger. |
![]() ![]() |
Convert integer data to a char. This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately. |
![]() ![]() |
Convert integer data to an int. This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately. |
![]() ![]() |
Convert integer data to a long. This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately. |
![]() ![]() |
Convert integer data to a short. This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately. |
![]() ![]() |
Convert integer data to an unsigned char. This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately. |
![]() ![]() |
Convert integer data to an unsigned int. This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately. |
![]() ![]() |
Convert integer data to an unsigned long. This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately. |
![]() ![]() |
Convert integer data to an unsigned short. This method is not usually called by an application. It is included to illustrate what the SDK does to convert integer data appropriately. |
![]() ![]() | Return the MBaseClassDescription for this MInteger. |
![]() ![]() | Return the class name as a char*. |
![]() ![]() | |
![]() ![]() | |
![]() | Constructs an MInteger instance from a char. This constructor allows you to encapsulate MPrimitiveClassDescription.m_i1. |
![]() | Copy constructor. This constructor creates an MInteger based on an already existing one. |
![]() | Constructs an MInteger instance from an int. This constructor allows you to encapsulate MPrimitiveClassDescription.m_i4. |
![]() | Constructs an MInteger instance from an M18. This constructor allows you to encapsulate MPrimitiveClassDescription.m_mi8. |
![]() | Constructs an MInteger instance from an Mui8. This constructor allows you to encapsulate MPrimitiveClassDescription.m_ui8. |
![]() | Constructs an MInteger instance from a short. This constructor allows you to encapsulate MPrimitiveClassDescription.m_i2. |
![]() | Constructs an MInteger instance from an unsigned char. This constructor allows you to encapsulate MPrimitiveClassDescription.m_ui1. |
![]() | Constructs an MInteger instance from an unsigned int. This constructor allows you to encapsulate MPrimitiveClassDescription.m_ui4. |
![]() | Constructs an MInteger instance from an unsigned short. This constructor allows you to encapsulate MPrimitiveClassDescription.m_ui2. |
![]() ![]() | Return this MInteger as an MString. |