| 62 | } |
| 63 | |
| 64 | const int CtrlrLuaBigInteger::getBitRangeAsInt(const int startBit, const int numBits) |
| 65 | { |
| 66 | return (bi.getBitRangeAsInt(startBit,numBits)); |
| 67 | } |
| 68 | |
| 69 | void CtrlrLuaBigInteger::setBitRangeAsInt(const int startBit, const int numBits, const int valueToSet) |
| 70 | { |
no outgoing calls
no test coverage detected