示例#1
0
 internal static unsafe byte[] GetBytes(float value)
 {
     return(BitConverterLE.GetUIntBytes((byte *)&value));
 }