/ GetShortValue: returns the Result value as a short integer. */ /
| 53 | /* GetShortValue: returns the Result value as a short integer. */ |
| 54 | /***********************************************************************/ |
| 55 | short XOBJECT::GetShortValue(void) |
| 56 | { |
| 57 | ASSERT(Value) |
| 58 | return Value->GetShortValue(); |
| 59 | } // end of GetShortValue |
| 60 | |
| 61 | /***********************************************************************/ |
| 62 | /* GetIntValue: returns the Result value as a int integer. */ |