コード例 #1
0
 public void WriteFloat(float Value)
 {
     Serializing.WriteFloat(Value, ref buffer, ref OffSet);
 }