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

◆ UInt64ToNumber()

static unsafe void System.Number.UInt64ToNumber ( ulong value,
Number::NumberBuffer number )
inlinestaticprivate

Definition at line 624 of file Number.cs.

625 {
626 int num = 20;
627 long num2 = 0L;
628 number.precision = num;
629 number.sign = num2 != 0L;
630 char* digits = number.digits;
631 if (num == 0)
632 {
633 }
634 if (num == 0)
635 {
636 }
637 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.