Exemplo n.º 1
0
 // Token: 0x0600033D RID: 829 RVA: 0x0000C07B File Offset: 0x0000A27B
 public static UInt24 AsUInt24(this Int24 value)
 {
     return(new ReinterpretCast.Interpreter24(value).asUInt24);
 }
Exemplo n.º 2
0
 // Token: 0x060003D5 RID: 981 RVA: 0x0000D624 File Offset: 0x0000B824
 public UInt24(Int24 value)
 {
     this.value = (uint)value;
 }
Exemplo n.º 3
0
 // Token: 0x0600034E RID: 846 RVA: 0x0000C164 File Offset: 0x0000A364
 public Interpreter24(Int24 value)
 {
     this.asUInt24 = 0;
     this.asInt24  = value;
 }