コード例 #1
0
 // Token: 0x06002A55 RID: 10837 RVA: 0x0015A236 File Offset: 0x00158436
 public void PutFloat(float n, int putOffset)
 {
     MppBitConverter.GetBytes(n, this.data, this.offset + putOffset);
 }