示例#1
0
 internal void Write(float value)
 {
     Write(SingleConverter.SingleToInt32Bits(value));
 }