|
Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Math.Math128, including all inherited members.
| Add(ulong aH, ref ulong aL, ulong amount) | Loyc.Math.Math128 | inlinestatic |
| Add(long aH, ref ulong aL, long amount) | Loyc.Math.Math128 | inlinestatic |
| Divide(long aH, ulong aL, long b, out long remainder, bool roundDown) | Loyc.Math.Math128 | inlinestatic |
| Divide(long aH, ulong aL, long b, out long resultHi, out long remainder, bool roundDown) | Loyc.Math.Math128 | inlinestatic |
| Divide(ulong aH, ulong aL, ulong b, out ulong remainder) | Loyc.Math.Math128 | inlinestatic |
| Divide(ulong aH, ulong aL, ulong b, out ulong resultHi, out ulong remainder) | Loyc.Math.Math128 | inlinestatic |
| Multiply(ulong a, ulong b, out ulong resultHi) (defined in Loyc.Math.Math128) | Loyc.Math.Math128 | inlinestatic |
| Multiply(long a, long b, out long resultHi) (defined in Loyc.Math.Math128) | Loyc.Math.Math128 | inlinestatic |
| Negate(ref long aH, ref ulong aL) (defined in Loyc.Math.Math128) | Loyc.Math.Math128 | inlinestatic |
| RotateLeft(ulong aH, ref ulong aL, int amount) (defined in Loyc.Math.Math128) | Loyc.Math.Math128 | inlinestatic |
| ShiftLeft(ulong aH, ref ulong aL, int amount) | Loyc.Math.Math128 | inlinestatic |
| ShiftLeftEx(ref ulong aH, ref ulong aL, int amount) | Loyc.Math.Math128 | inlinestatic |
| ShiftLeftFast(ulong aH, ref ulong aL, int amount) | Loyc.Math.Math128 | inlinestatic |
| ShiftRight(ulong aH, ref ulong aL, int amount) | Loyc.Math.Math128 | inlinestatic |
| ShiftRight(long aH, ref ulong aL, int amount) | Loyc.Math.Math128 | inlinestatic |
| SignExtend(long a) (defined in Loyc.Math.Math128) | Loyc.Math.Math128 | inlinestatic |
| Subtract(ulong aH, ref ulong aL, ulong amount) | Loyc.Math.Math128 | inlinestatic |
| Subtract(long aH, ref ulong aL, long amount) | Loyc.Math.Math128 | inlinestatic |
1.8.7