terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ UInt64x64To128()

static void System.Decimal.DecCalc.UInt64x64To128 ( ulong a,
ulong b,
decimal::DecCalc result )
inlinestaticprivate

Definition at line 1455 of file Decimal.cs.

1456 {
1457 int num;
1458 do
1459 {
1460 num = 1;
1461 if (num == 0)
1462 {
1463 }
1464 if (num == 0)
1465 {
1466 }
1467 }
1468 while (num != 0);
1469 result.Low64 = b;
1470 result.uhi = (uint)a;
1471 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.