ByteBuffer.cs | 293 private float[] floathelper = new[] { 0.0f }; field in class:FlatBuffers.ByteBuffer 589 floathelper[0] = value; 590 Buffer.BlockCopy(floathelper, 0, inthelper, 0, sizeof(float)); 787 Buffer.BlockCopy(inthelper, 0, floathelper, 0, sizeof(float)); 788 return floathelper[0];
|