(long aBoundValue)
| 1557 | public static byte bind5 (long aBoundValue) {return (byte) Math.max(0, Math.min( 31, aBoundValue));} |
| 1558 | public static byte bind6 (long aBoundValue) {return (byte) Math.max(0, Math.min( 63, aBoundValue));} |
| 1559 | public static byte bind7 (long aBoundValue) {return (byte) Math.max(0, Math.min( 127, aBoundValue));} |
| 1560 | public static short bind8 (long aBoundValue) {return (short)Math.max(0, Math.min( 255, aBoundValue));} |
| 1561 | public static short bind15 (long aBoundValue) {return (short)Math.max(0, Math.min( 32767, aBoundValue));} |
| 1562 | public static int bind16 (long aBoundValue) {return (int) Math.max(0, Math.min( 65535, aBoundValue));} |
no outgoing calls
no test coverage detected