/ GetIntValue: returns the Result value as a int integer. */ /
| 62 | /* GetIntValue: returns the Result value as a int integer. */ |
| 63 | /***********************************************************************/ |
| 64 | int XOBJECT::GetIntValue(void) |
| 65 | { |
| 66 | ASSERT(Value) |
| 67 | return Value->GetIntValue(); |
| 68 | } // end of GetIntValue |
| 69 | |
| 70 | /***********************************************************************/ |
| 71 | /* GetFloatValue: returns the Result value as a double float. */ |