public void WriteSingle(float value)
        {
            int valueInt = FloatToInt.ToInt(value);

            WriteInt32(valueInt);
        }