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

◆ Int64ToNumber()

static unsafe void System.Number.Int64ToNumber ( long input,
Number::NumberBuffer number )
inlinestaticprivate

Definition at line 552 of file Number.cs.

553 {
554 int num = 19;
555 number.precision = num;
556 bool sign = number.sign;
557 char* digits = number.digits;
558 if (num == 0)
559 {
560 }
561 if (num == 0)
562 {
563 }
564 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.