TIBCO Adapter SDK C++ Reference
MInteger::=
MInteger
Assignment operator. This method allows you to directly assign an unsigned char to an MInteger.
Parameters
Parameters Description
unsigned char ucharValue Value to assign.
Examples
MInteger mInt(10);        //mInt is of type MInteger
unsigned char uc;
mInt = uc;                //can be an unsigned char if needed
Declaration
MInteger& operator =(unsigned char ucharValue);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.