MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getBitRangeAsInt

Method getBitRangeAsInt

Source/Lua/Deprecated/CtrlrLuaBigInteger.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

getValueMethod · 0.45
formatDataMethod · 0.45
indirectReverseOperationFunction · 0.45
getValueAsBigIntegerFunction · 0.45
sysExProcessTokenMethod · 0.45
evaluateFormulaFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected